mscorlib(4.0.0.0) API with additions
PEFileKinds.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Reflection.Emit
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
enum
PEFileKinds
9
{
11
Dll
= 1,
13
ConsoleApplication
,
15
WindowApplication
16
}
17
}
System.Reflection.Emit
Definition:
__ExceptionInfo.cs:1
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Reflection.Emit.PEFileKinds.WindowApplication
The application is a Windows-based application.
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.Reflection.Emit.PEFileKinds.ConsoleApplication
The application is a console (not a Windows-based) application.
System.Reflection.Emit.PEFileKinds
PEFileKinds
Specifies the type of the portable executable (PE) file.
Definition:
PEFileKinds.cs:8
System.Reflection.Emit.PEFileKinds.Dll
The portable executable (PE) file is a DLL.
All cs
System.Reflection.Emit
PEFileKinds.cs
Generated by
1.8.15