ホーム › System.WinRT.Metadata › CorTokenType
CorTokenType
列挙型メンバー 27
| 名前 | 10進 | 16進 |
|---|---|---|
| mdtModule | 0 | 0x0 |
| mdtTypeRef | 16777216 | 0x1000000 |
| mdtTypeDef | 33554432 | 0x2000000 |
| mdtFieldDef | 67108864 | 0x4000000 |
| mdtMethodDef | 100663296 | 0x6000000 |
| mdtParamDef | 134217728 | 0x8000000 |
| mdtInterfaceImpl | 150994944 | 0x9000000 |
| mdtMemberRef | 167772160 | 0xA000000 |
| mdtCustomAttribute | 201326592 | 0xC000000 |
| mdtPermission | 234881024 | 0xE000000 |
| mdtSignature | 285212672 | 0x11000000 |
| mdtEvent | 335544320 | 0x14000000 |
| mdtProperty | 385875968 | 0x17000000 |
| mdtMethodImpl | 419430400 | 0x19000000 |
| mdtModuleRef | 436207616 | 0x1A000000 |
| mdtTypeSpec | 452984832 | 0x1B000000 |
| mdtAssembly | 536870912 | 0x20000000 |
| mdtAssemblyRef | 587202560 | 0x23000000 |
| mdtFile | 637534208 | 0x26000000 |
| mdtExportedType | 654311424 | 0x27000000 |
| mdtManifestResource | 671088640 | 0x28000000 |
| mdtGenericParam | 704643072 | 0x2A000000 |
| mdtMethodSpec | 721420288 | 0x2B000000 |
| mdtGenericParamConstraint | 738197504 | 0x2C000000 |
| mdtString | 1879048192 | 0x70000000 |
| mdtName | 1895825408 | 0x71000000 |
| mdtBaseType | 1912602624 | 0x72000000 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CorTokenType : int {
mdtModule = 0,
mdtTypeRef = 16777216,
mdtTypeDef = 33554432,
mdtFieldDef = 67108864,
mdtMethodDef = 100663296,
mdtParamDef = 134217728,
mdtInterfaceImpl = 150994944,
mdtMemberRef = 167772160,
mdtCustomAttribute = 201326592,
mdtPermission = 234881024,
mdtSignature = 285212672,
mdtEvent = 335544320,
mdtProperty = 385875968,
mdtMethodImpl = 419430400,
mdtModuleRef = 436207616,
mdtTypeSpec = 452984832,
mdtAssembly = 536870912,
mdtAssemblyRef = 587202560,
mdtFile = 637534208,
mdtExportedType = 654311424,
mdtManifestResource = 671088640,
mdtGenericParam = 704643072,
mdtMethodSpec = 721420288,
mdtGenericParamConstraint = 738197504,
mdtString = 1879048192,
mdtName = 1895825408,
mdtBaseType = 1912602624
} CorTokenType;public enum CorTokenType : int
{
mdtModule = 0,
mdtTypeRef = 16777216,
mdtTypeDef = 33554432,
mdtFieldDef = 67108864,
mdtMethodDef = 100663296,
mdtParamDef = 134217728,
mdtInterfaceImpl = 150994944,
mdtMemberRef = 167772160,
mdtCustomAttribute = 201326592,
mdtPermission = 234881024,
mdtSignature = 285212672,
mdtEvent = 335544320,
mdtProperty = 385875968,
mdtMethodImpl = 419430400,
mdtModuleRef = 436207616,
mdtTypeSpec = 452984832,
mdtAssembly = 536870912,
mdtAssemblyRef = 587202560,
mdtFile = 637534208,
mdtExportedType = 654311424,
mdtManifestResource = 671088640,
mdtGenericParam = 704643072,
mdtMethodSpec = 721420288,
mdtGenericParamConstraint = 738197504,
mdtString = 1879048192,
mdtName = 1895825408,
mdtBaseType = 1912602624,
}Public Enum CorTokenType As Integer
mdtModule = 0
mdtTypeRef = 16777216
mdtTypeDef = 33554432
mdtFieldDef = 67108864
mdtMethodDef = 100663296
mdtParamDef = 134217728
mdtInterfaceImpl = 150994944
mdtMemberRef = 167772160
mdtCustomAttribute = 201326592
mdtPermission = 234881024
mdtSignature = 285212672
mdtEvent = 335544320
mdtProperty = 385875968
mdtMethodImpl = 419430400
mdtModuleRef = 436207616
mdtTypeSpec = 452984832
mdtAssembly = 536870912
mdtAssemblyRef = 587202560
mdtFile = 637534208
mdtExportedType = 654311424
mdtManifestResource = 671088640
mdtGenericParam = 704643072
mdtMethodSpec = 721420288
mdtGenericParamConstraint = 738197504
mdtString = 1879048192
mdtName = 1895825408
mdtBaseType = 1912602624
End Enumimport enum
class CorTokenType(enum.IntEnum):
mdtModule = 0
mdtTypeRef = 16777216
mdtTypeDef = 33554432
mdtFieldDef = 67108864
mdtMethodDef = 100663296
mdtParamDef = 134217728
mdtInterfaceImpl = 150994944
mdtMemberRef = 167772160
mdtCustomAttribute = 201326592
mdtPermission = 234881024
mdtSignature = 285212672
mdtEvent = 335544320
mdtProperty = 385875968
mdtMethodImpl = 419430400
mdtModuleRef = 436207616
mdtTypeSpec = 452984832
mdtAssembly = 536870912
mdtAssemblyRef = 587202560
mdtFile = 637534208
mdtExportedType = 654311424
mdtManifestResource = 671088640
mdtGenericParam = 704643072
mdtMethodSpec = 721420288
mdtGenericParamConstraint = 738197504
mdtString = 1879048192
mdtName = 1895825408
mdtBaseType = 1912602624// CorTokenType
pub const mdtModule: i32 = 0;
pub const mdtTypeRef: i32 = 16777216;
pub const mdtTypeDef: i32 = 33554432;
pub const mdtFieldDef: i32 = 67108864;
pub const mdtMethodDef: i32 = 100663296;
pub const mdtParamDef: i32 = 134217728;
pub const mdtInterfaceImpl: i32 = 150994944;
pub const mdtMemberRef: i32 = 167772160;
pub const mdtCustomAttribute: i32 = 201326592;
pub const mdtPermission: i32 = 234881024;
pub const mdtSignature: i32 = 285212672;
pub const mdtEvent: i32 = 335544320;
pub const mdtProperty: i32 = 385875968;
pub const mdtMethodImpl: i32 = 419430400;
pub const mdtModuleRef: i32 = 436207616;
pub const mdtTypeSpec: i32 = 452984832;
pub const mdtAssembly: i32 = 536870912;
pub const mdtAssemblyRef: i32 = 587202560;
pub const mdtFile: i32 = 637534208;
pub const mdtExportedType: i32 = 654311424;
pub const mdtManifestResource: i32 = 671088640;
pub const mdtGenericParam: i32 = 704643072;
pub const mdtMethodSpec: i32 = 721420288;
pub const mdtGenericParamConstraint: i32 = 738197504;
pub const mdtString: i32 = 1879048192;
pub const mdtName: i32 = 1895825408;
pub const mdtBaseType: i32 = 1912602624;// CorTokenType
const (
mdtModule int32 = 0
mdtTypeRef int32 = 16777216
mdtTypeDef int32 = 33554432
mdtFieldDef int32 = 67108864
mdtMethodDef int32 = 100663296
mdtParamDef int32 = 134217728
mdtInterfaceImpl int32 = 150994944
mdtMemberRef int32 = 167772160
mdtCustomAttribute int32 = 201326592
mdtPermission int32 = 234881024
mdtSignature int32 = 285212672
mdtEvent int32 = 335544320
mdtProperty int32 = 385875968
mdtMethodImpl int32 = 419430400
mdtModuleRef int32 = 436207616
mdtTypeSpec int32 = 452984832
mdtAssembly int32 = 536870912
mdtAssemblyRef int32 = 587202560
mdtFile int32 = 637534208
mdtExportedType int32 = 654311424
mdtManifestResource int32 = 671088640
mdtGenericParam int32 = 704643072
mdtMethodSpec int32 = 721420288
mdtGenericParamConstraint int32 = 738197504
mdtString int32 = 1879048192
mdtName int32 = 1895825408
mdtBaseType int32 = 1912602624
)const
mdtModule = 0;
mdtTypeRef = 16777216;
mdtTypeDef = 33554432;
mdtFieldDef = 67108864;
mdtMethodDef = 100663296;
mdtParamDef = 134217728;
mdtInterfaceImpl = 150994944;
mdtMemberRef = 167772160;
mdtCustomAttribute = 201326592;
mdtPermission = 234881024;
mdtSignature = 285212672;
mdtEvent = 335544320;
mdtProperty = 385875968;
mdtMethodImpl = 419430400;
mdtModuleRef = 436207616;
mdtTypeSpec = 452984832;
mdtAssembly = 536870912;
mdtAssemblyRef = 587202560;
mdtFile = 637534208;
mdtExportedType = 654311424;
mdtManifestResource = 671088640;
mdtGenericParam = 704643072;
mdtMethodSpec = 721420288;
mdtGenericParamConstraint = 738197504;
mdtString = 1879048192;
mdtName = 1895825408;
mdtBaseType = 1912602624;// CorTokenType
pub const mdtModule: i32 = 0;
pub const mdtTypeRef: i32 = 16777216;
pub const mdtTypeDef: i32 = 33554432;
pub const mdtFieldDef: i32 = 67108864;
pub const mdtMethodDef: i32 = 100663296;
pub const mdtParamDef: i32 = 134217728;
pub const mdtInterfaceImpl: i32 = 150994944;
pub const mdtMemberRef: i32 = 167772160;
pub const mdtCustomAttribute: i32 = 201326592;
pub const mdtPermission: i32 = 234881024;
pub const mdtSignature: i32 = 285212672;
pub const mdtEvent: i32 = 335544320;
pub const mdtProperty: i32 = 385875968;
pub const mdtMethodImpl: i32 = 419430400;
pub const mdtModuleRef: i32 = 436207616;
pub const mdtTypeSpec: i32 = 452984832;
pub const mdtAssembly: i32 = 536870912;
pub const mdtAssemblyRef: i32 = 587202560;
pub const mdtFile: i32 = 637534208;
pub const mdtExportedType: i32 = 654311424;
pub const mdtManifestResource: i32 = 671088640;
pub const mdtGenericParam: i32 = 704643072;
pub const mdtMethodSpec: i32 = 721420288;
pub const mdtGenericParamConstraint: i32 = 738197504;
pub const mdtString: i32 = 1879048192;
pub const mdtName: i32 = 1895825408;
pub const mdtBaseType: i32 = 1912602624;const
mdtModule* = 0
mdtTypeRef* = 16777216
mdtTypeDef* = 33554432
mdtFieldDef* = 67108864
mdtMethodDef* = 100663296
mdtParamDef* = 134217728
mdtInterfaceImpl* = 150994944
mdtMemberRef* = 167772160
mdtCustomAttribute* = 201326592
mdtPermission* = 234881024
mdtSignature* = 285212672
mdtEvent* = 335544320
mdtProperty* = 385875968
mdtMethodImpl* = 419430400
mdtModuleRef* = 436207616
mdtTypeSpec* = 452984832
mdtAssembly* = 536870912
mdtAssemblyRef* = 587202560
mdtFile* = 637534208
mdtExportedType* = 654311424
mdtManifestResource* = 671088640
mdtGenericParam* = 704643072
mdtMethodSpec* = 721420288
mdtGenericParamConstraint* = 738197504
mdtString* = 1879048192
mdtName* = 1895825408
mdtBaseType* = 1912602624enum CorTokenType : int {
mdtModule = 0,
mdtTypeRef = 16777216,
mdtTypeDef = 33554432,
mdtFieldDef = 67108864,
mdtMethodDef = 100663296,
mdtParamDef = 134217728,
mdtInterfaceImpl = 150994944,
mdtMemberRef = 167772160,
mdtCustomAttribute = 201326592,
mdtPermission = 234881024,
mdtSignature = 285212672,
mdtEvent = 335544320,
mdtProperty = 385875968,
mdtMethodImpl = 419430400,
mdtModuleRef = 436207616,
mdtTypeSpec = 452984832,
mdtAssembly = 536870912,
mdtAssemblyRef = 587202560,
mdtFile = 637534208,
mdtExportedType = 654311424,
mdtManifestResource = 671088640,
mdtGenericParam = 704643072,
mdtMethodSpec = 721420288,
mdtGenericParamConstraint = 738197504,
mdtString = 1879048192,
mdtName = 1895825408,
mdtBaseType = 1912602624,
}#define global mdtModule 0x0
#define global mdtTypeRef 0x1000000
#define global mdtTypeDef 0x2000000
#define global mdtFieldDef 0x4000000
#define global mdtMethodDef 0x6000000
#define global mdtParamDef 0x8000000
#define global mdtInterfaceImpl 0x9000000
#define global mdtMemberRef 0xA000000
#define global mdtCustomAttribute 0xC000000
#define global mdtPermission 0xE000000
#define global mdtSignature 0x11000000
#define global mdtEvent 0x14000000
#define global mdtProperty 0x17000000
#define global mdtMethodImpl 0x19000000
#define global mdtModuleRef 0x1A000000
#define global mdtTypeSpec 0x1B000000
#define global mdtAssembly 0x20000000
#define global mdtAssemblyRef 0x23000000
#define global mdtFile 0x26000000
#define global mdtExportedType 0x27000000
#define global mdtManifestResource 0x28000000
#define global mdtGenericParam 0x2A000000
#define global mdtMethodSpec 0x2B000000
#define global mdtGenericParamConstraint 0x2C000000
#define global mdtString 0x70000000
#define global mdtName 0x71000000
#define global mdtBaseType 0x72000000