PEFileKinds Enumeration
.NET Framework (current version)
Specifies the type of the portable executable (PE) file.
Assembly: mscorlib (in mscorlib.dll)
| 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. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: