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();
the descriptor for this assembly
PEFile Class | PEFile Members | PEAPI Namespace