ホーム › System.WinRT.Metadata › CorAssemblyFlags
CorAssemblyFlags
列挙型メンバー 18
| 名前 | 10進 | 16進 |
|---|---|---|
| afPublicKey | 1 | 0x1 |
| afPA_None | 0 | 0x0 |
| afPA_MSIL | 16 | 0x10 |
| afPA_x86 | 32 | 0x20 |
| afPA_IA64 | 48 | 0x30 |
| afPA_AMD64 | 64 | 0x40 |
| afPA_ARM | 80 | 0x50 |
| afPA_NoPlatform | 112 | 0x70 |
| afPA_Specified | 128 | 0x80 |
| afPA_Mask | 112 | 0x70 |
| afPA_FullMask | 240 | 0xF0 |
| afPA_Shift | 4 | 0x4 |
| afEnableJITcompileTracking | 32768 | 0x8000 |
| afDisableJITcompileOptimizer | 16384 | 0x4000 |
| afRetargetable | 256 | 0x100 |
| afContentType_Default | 0 | 0x0 |
| afContentType_WindowsRuntime | 512 | 0x200 |
| afContentType_Mask | 3584 | 0xE00 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CorAssemblyFlags : int {
afPublicKey = 1,
afPA_None = 0,
afPA_MSIL = 16,
afPA_x86 = 32,
afPA_IA64 = 48,
afPA_AMD64 = 64,
afPA_ARM = 80,
afPA_NoPlatform = 112,
afPA_Specified = 128,
afPA_Mask = 112,
afPA_FullMask = 240,
afPA_Shift = 4,
afEnableJITcompileTracking = 32768,
afDisableJITcompileOptimizer = 16384,
afRetargetable = 256,
afContentType_Default = 0,
afContentType_WindowsRuntime = 512,
afContentType_Mask = 3584
} CorAssemblyFlags;public enum CorAssemblyFlags : int
{
afPublicKey = 1,
afPA_None = 0,
afPA_MSIL = 16,
afPA_x86 = 32,
afPA_IA64 = 48,
afPA_AMD64 = 64,
afPA_ARM = 80,
afPA_NoPlatform = 112,
afPA_Specified = 128,
afPA_Mask = 112,
afPA_FullMask = 240,
afPA_Shift = 4,
afEnableJITcompileTracking = 32768,
afDisableJITcompileOptimizer = 16384,
afRetargetable = 256,
afContentType_Default = 0,
afContentType_WindowsRuntime = 512,
afContentType_Mask = 3584,
}Public Enum CorAssemblyFlags As Integer
afPublicKey = 1
afPA_None = 0
afPA_MSIL = 16
afPA_x86 = 32
afPA_IA64 = 48
afPA_AMD64 = 64
afPA_ARM = 80
afPA_NoPlatform = 112
afPA_Specified = 128
afPA_Mask = 112
afPA_FullMask = 240
afPA_Shift = 4
afEnableJITcompileTracking = 32768
afDisableJITcompileOptimizer = 16384
afRetargetable = 256
afContentType_Default = 0
afContentType_WindowsRuntime = 512
afContentType_Mask = 3584
End Enumimport enum
class CorAssemblyFlags(enum.IntEnum):
afPublicKey = 1
afPA_None = 0
afPA_MSIL = 16
afPA_x86 = 32
afPA_IA64 = 48
afPA_AMD64 = 64
afPA_ARM = 80
afPA_NoPlatform = 112
afPA_Specified = 128
afPA_Mask = 112
afPA_FullMask = 240
afPA_Shift = 4
afEnableJITcompileTracking = 32768
afDisableJITcompileOptimizer = 16384
afRetargetable = 256
afContentType_Default = 0
afContentType_WindowsRuntime = 512
afContentType_Mask = 3584// CorAssemblyFlags
pub const afPublicKey: i32 = 1;
pub const afPA_None: i32 = 0;
pub const afPA_MSIL: i32 = 16;
pub const afPA_x86: i32 = 32;
pub const afPA_IA64: i32 = 48;
pub const afPA_AMD64: i32 = 64;
pub const afPA_ARM: i32 = 80;
pub const afPA_NoPlatform: i32 = 112;
pub const afPA_Specified: i32 = 128;
pub const afPA_Mask: i32 = 112;
pub const afPA_FullMask: i32 = 240;
pub const afPA_Shift: i32 = 4;
pub const afEnableJITcompileTracking: i32 = 32768;
pub const afDisableJITcompileOptimizer: i32 = 16384;
pub const afRetargetable: i32 = 256;
pub const afContentType_Default: i32 = 0;
pub const afContentType_WindowsRuntime: i32 = 512;
pub const afContentType_Mask: i32 = 3584;// CorAssemblyFlags
const (
afPublicKey int32 = 1
afPA_None int32 = 0
afPA_MSIL int32 = 16
afPA_x86 int32 = 32
afPA_IA64 int32 = 48
afPA_AMD64 int32 = 64
afPA_ARM int32 = 80
afPA_NoPlatform int32 = 112
afPA_Specified int32 = 128
afPA_Mask int32 = 112
afPA_FullMask int32 = 240
afPA_Shift int32 = 4
afEnableJITcompileTracking int32 = 32768
afDisableJITcompileOptimizer int32 = 16384
afRetargetable int32 = 256
afContentType_Default int32 = 0
afContentType_WindowsRuntime int32 = 512
afContentType_Mask int32 = 3584
)const
afPublicKey = 1;
afPA_None = 0;
afPA_MSIL = 16;
afPA_x86 = 32;
afPA_IA64 = 48;
afPA_AMD64 = 64;
afPA_ARM = 80;
afPA_NoPlatform = 112;
afPA_Specified = 128;
afPA_Mask = 112;
afPA_FullMask = 240;
afPA_Shift = 4;
afEnableJITcompileTracking = 32768;
afDisableJITcompileOptimizer = 16384;
afRetargetable = 256;
afContentType_Default = 0;
afContentType_WindowsRuntime = 512;
afContentType_Mask = 3584;// CorAssemblyFlags
pub const afPublicKey: i32 = 1;
pub const afPA_None: i32 = 0;
pub const afPA_MSIL: i32 = 16;
pub const afPA_x86: i32 = 32;
pub const afPA_IA64: i32 = 48;
pub const afPA_AMD64: i32 = 64;
pub const afPA_ARM: i32 = 80;
pub const afPA_NoPlatform: i32 = 112;
pub const afPA_Specified: i32 = 128;
pub const afPA_Mask: i32 = 112;
pub const afPA_FullMask: i32 = 240;
pub const afPA_Shift: i32 = 4;
pub const afEnableJITcompileTracking: i32 = 32768;
pub const afDisableJITcompileOptimizer: i32 = 16384;
pub const afRetargetable: i32 = 256;
pub const afContentType_Default: i32 = 0;
pub const afContentType_WindowsRuntime: i32 = 512;
pub const afContentType_Mask: i32 = 3584;const
afPublicKey* = 1
afPA_None* = 0
afPA_MSIL* = 16
afPA_x86* = 32
afPA_IA64* = 48
afPA_AMD64* = 64
afPA_ARM* = 80
afPA_NoPlatform* = 112
afPA_Specified* = 128
afPA_Mask* = 112
afPA_FullMask* = 240
afPA_Shift* = 4
afEnableJITcompileTracking* = 32768
afDisableJITcompileOptimizer* = 16384
afRetargetable* = 256
afContentType_Default* = 0
afContentType_WindowsRuntime* = 512
afContentType_Mask* = 3584enum CorAssemblyFlags : int {
afPublicKey = 1,
afPA_None = 0,
afPA_MSIL = 16,
afPA_x86 = 32,
afPA_IA64 = 48,
afPA_AMD64 = 64,
afPA_ARM = 80,
afPA_NoPlatform = 112,
afPA_Specified = 128,
afPA_Mask = 112,
afPA_FullMask = 240,
afPA_Shift = 4,
afEnableJITcompileTracking = 32768,
afDisableJITcompileOptimizer = 16384,
afRetargetable = 256,
afContentType_Default = 0,
afContentType_WindowsRuntime = 512,
afContentType_Mask = 3584,
}#define global afPublicKey 0x1
#define global afPA_None 0x0
#define global afPA_MSIL 0x10
#define global afPA_x86 0x20
#define global afPA_IA64 0x30
#define global afPA_AMD64 0x40
#define global afPA_ARM 0x50
#define global afPA_NoPlatform 0x70
#define global afPA_Specified 0x80
#define global afPA_Mask 0x70
#define global afPA_FullMask 0xF0
#define global afPA_Shift 0x4
#define global afEnableJITcompileTracking 0x8000
#define global afDisableJITcompileOptimizer 0x4000
#define global afRetargetable 0x100
#define global afContentType_Default 0x0
#define global afContentType_WindowsRuntime 0x200
#define global afContentType_Mask 0xE00