PEAPI

PEFile.GetThisAssembly Method 

Get the descriptor for this assembly. The PEFile must have been created with hasAssembly = true

[Visual Basic]
Public Function GetThisAssembly() As PEAPI.Assembly
[C#]
public Assembly GetThisAssembly();

Return Value

the descriptor for this assembly

See Also

PEFile Class | PEFile Members | PEAPI Namespace