CorFlags 列挙型

定義

COR20Flags。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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

フィールド

ILLibrary 4
ILOnly 1
NativeEntryPoint 16
Prefers32Bit 131072
Requires32Bit 2
StrongNameSigned 8
TrackDebugData 65536

適用対象