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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.