System.Reflection.Emit.PEFileKinds Enumeration

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

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum PEFileKinds

Remarks

This enumeration is used to describe the file kind of an assembly.

Members

Member NameDescription
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