PEFileKinds Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Specifies the type of the portable executable (PE) file.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration PEFileKinds
[ComVisibleAttribute(true)]
public enum PEFileKinds

Members

Member name Description
Dll The portable executable (PE) file is a DLL.
ConsoleApplication The application is a console (not a Windows-based) application.
WindowApplication The application is a Windows-based application.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.