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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.