Specifies the type of the portable executable (PE) file.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public enum PEFileKinds
Remarks
Members
Member Name | Description |
---|
ConsoleApplication |
The application is a console (not a Windows-based) application.
|
Dll |
The portable executable (PE) file is a DLL.
|
WindowApplication |
The application is a Windows-based application.
|
Requirements
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0