PEFileKinds Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of the portable executable (PE) file.
public enum class PEFileKinds
[System.Serializable]
public enum PEFileKinds
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum PEFileKinds
[<System.Serializable>]
type PEFileKinds =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type PEFileKinds =
Public Enum PEFileKinds
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Dll | 1 | The portable executable (PE) file is a DLL. |
ConsoleApplication | 2 | The application is a console (not a Windows-based) application. |
WindowApplication | 3 | The application is a Windows-based application. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.