Mono Class Library: System.Reflection.Emit Namespace

System.Reflection.Emit.PEFileKinds Enumeration

Resulting assembly file kind. [Edit]
[System.Runtime.InteropServices.ComVisible(true)]
public enum PEFileKinds

Remarks

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

Members

Member NameDescription
ConsoleApplicationThe assembly is a console application. [Edit]
DllThe assembly contains a library. [Edit]
WindowApplicationThe assembly is a GUI application. [Edit]

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0