mscorlib(4.0.0.0) API with additions
PEFileKinds.cs
2 
4 {
7  [ComVisible(true)]
8  public enum PEFileKinds
9  {
11  Dll = 1,
16  }
17 }
Definition: __Canon.cs:3
The application is a Windows-based application.
Specifies that the class can be serialized.
The application is a console (not a Windows-based) application.
PEFileKinds
Specifies the type of the portable executable (PE) file.
Definition: PEFileKinds.cs:8
The portable executable (PE) file is a DLL.