PEFileKinds Sabit listesi

Tanım

Taşınabilir yürütülebilir (PE) dosyasının türünü belirtir.

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
Devralma
PEFileKinds
Öznitelikler

Alanlar

ConsoleApplication 2

Uygulama bir konsol (Windows tabanlı değil) bir uygulamadır.

Dll 1

Taşınabilir yürütülebilir dosya (PE) bir DLL dosyasıdır.

WindowApplication 3

Uygulama, Windows tabanlı bir uygulamadır.

Şunlara uygulanır