PEFileKinds Enum

Definitie

Hiermee geeft u het type van het draagbare uitvoerbare bestand (PE) op.

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
Overname
PEFileKinds
Kenmerken

Velden

Name Waarde Description
Dll 1

Het draagbare uitvoerbare bestand (PE) is een DLL.

ConsoleApplication 2

De toepassing is een consoletoepassing (niet een Windows-toepassing).

WindowApplication 3

De toepassing is een op Windows gebaseerde toepassing.

Van toepassing op