Specifies the type of the PE file.
[Visual Basic] Public Enum PEFileKinds [C#] public enum PEFileKinds [C++] public enum PEFileKinds
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Dll | The PE file is a DLL. |
Exe | The PE file is an executable. |
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll