The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PEFileKinds Enumeration
.NET Framework 1.1
Specifies the type of the portable executable (PE) file.
[Visual Basic] <Serializable> Public Enum PEFileKinds [C#] [Serializable] public enum PEFileKinds [C++] [Serializable] __value public enum PEFileKinds [JScript] public Serializable enum PEFileKinds
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
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: