System.Reflection.Emit.PEFileKinds Enumeration
Assembly:
Mscorlib.dll
Namespace:
System.Reflection.Emit
Summary
Specifies the type of the portable executable (PE) file.
C# Syntax:
[Serializable]
public enum PEFileKinds
See also:
System.Reflection.Emit Namespace
System.Reflection.Emit.PEFileKinds Member List:
Public Fields
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.
Hierarchy:
System.Object
System.ValueType
System.Enum
System.Reflection.Emit.PEFileKinds
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.