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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.