CorFlags 列舉

定義

表示 .NET 可執行檔映像的運行時間旗標。

此列舉支援其成員值的位元組合。

public enum class CorFlags
[System.Flags]
public enum CorFlags
[<System.Flags>]
type CorFlags = 
Public Enum CorFlags
繼承
CorFlags
屬性

欄位

ILLibrary 4

表示此影像是只包含 IL 程式代碼的連結庫。

ILOnly 1

表示此影像只包含 IL 程式代碼。

NativeEntryPoint 16

保留的 應為 0。

Prefers32Bit 131072

表示此映像應在64位操作系統上以32位進程的形式執行。

Requires32Bit 2

表示此映像只能載入 32 位進程。

StrongNameSigned 8

表示此映像具有強名稱簽章。

TrackDebugData 65536

保留的 應為 0。

備註

運行時間旗標是由 ECMA-335規格第II.25.3.3.1節所定義。 屬性會使用此 Flags 列舉。

適用於