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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.