ホーム › System.WinRT.Metadata › CorNotificationForTokenMovement
CorNotificationForTokenMovement
列挙型メンバー 23
| 名前 | 10進 | 16進 |
|---|---|---|
| MDNotifyDefault | 15 | 0xF |
| MDNotifyAll | -1 | 0xFFFFFFFF |
| MDNotifyNone | 0 | 0x0 |
| MDNotifyMethodDef | 1 | 0x1 |
| MDNotifyMemberRef | 2 | 0x2 |
| MDNotifyFieldDef | 4 | 0x4 |
| MDNotifyTypeRef | 8 | 0x8 |
| MDNotifyTypeDef | 16 | 0x10 |
| MDNotifyParamDef | 32 | 0x20 |
| MDNotifyInterfaceImpl | 64 | 0x40 |
| MDNotifyProperty | 128 | 0x80 |
| MDNotifyEvent | 256 | 0x100 |
| MDNotifySignature | 512 | 0x200 |
| MDNotifyTypeSpec | 1024 | 0x400 |
| MDNotifyCustomAttribute | 2048 | 0x800 |
| MDNotifySecurityValue | 4096 | 0x1000 |
| MDNotifyPermission | 8192 | 0x2000 |
| MDNotifyModuleRef | 16384 | 0x4000 |
| MDNotifyNameSpace | 32768 | 0x8000 |
| MDNotifyAssemblyRef | 16777216 | 0x1000000 |
| MDNotifyFile | 33554432 | 0x2000000 |
| MDNotifyExportedType | 67108864 | 0x4000000 |
| MDNotifyResource | 134217728 | 0x8000000 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CorNotificationForTokenMovement : int {
MDNotifyDefault = 15,
MDNotifyAll = -1,
MDNotifyNone = 0,
MDNotifyMethodDef = 1,
MDNotifyMemberRef = 2,
MDNotifyFieldDef = 4,
MDNotifyTypeRef = 8,
MDNotifyTypeDef = 16,
MDNotifyParamDef = 32,
MDNotifyInterfaceImpl = 64,
MDNotifyProperty = 128,
MDNotifyEvent = 256,
MDNotifySignature = 512,
MDNotifyTypeSpec = 1024,
MDNotifyCustomAttribute = 2048,
MDNotifySecurityValue = 4096,
MDNotifyPermission = 8192,
MDNotifyModuleRef = 16384,
MDNotifyNameSpace = 32768,
MDNotifyAssemblyRef = 16777216,
MDNotifyFile = 33554432,
MDNotifyExportedType = 67108864,
MDNotifyResource = 134217728
} CorNotificationForTokenMovement;public enum CorNotificationForTokenMovement : int
{
MDNotifyDefault = 15,
MDNotifyAll = -1,
MDNotifyNone = 0,
MDNotifyMethodDef = 1,
MDNotifyMemberRef = 2,
MDNotifyFieldDef = 4,
MDNotifyTypeRef = 8,
MDNotifyTypeDef = 16,
MDNotifyParamDef = 32,
MDNotifyInterfaceImpl = 64,
MDNotifyProperty = 128,
MDNotifyEvent = 256,
MDNotifySignature = 512,
MDNotifyTypeSpec = 1024,
MDNotifyCustomAttribute = 2048,
MDNotifySecurityValue = 4096,
MDNotifyPermission = 8192,
MDNotifyModuleRef = 16384,
MDNotifyNameSpace = 32768,
MDNotifyAssemblyRef = 16777216,
MDNotifyFile = 33554432,
MDNotifyExportedType = 67108864,
MDNotifyResource = 134217728,
}Public Enum CorNotificationForTokenMovement As Integer
MDNotifyDefault = 15
MDNotifyAll = -1
MDNotifyNone = 0
MDNotifyMethodDef = 1
MDNotifyMemberRef = 2
MDNotifyFieldDef = 4
MDNotifyTypeRef = 8
MDNotifyTypeDef = 16
MDNotifyParamDef = 32
MDNotifyInterfaceImpl = 64
MDNotifyProperty = 128
MDNotifyEvent = 256
MDNotifySignature = 512
MDNotifyTypeSpec = 1024
MDNotifyCustomAttribute = 2048
MDNotifySecurityValue = 4096
MDNotifyPermission = 8192
MDNotifyModuleRef = 16384
MDNotifyNameSpace = 32768
MDNotifyAssemblyRef = 16777216
MDNotifyFile = 33554432
MDNotifyExportedType = 67108864
MDNotifyResource = 134217728
End Enumimport enum
class CorNotificationForTokenMovement(enum.IntEnum):
MDNotifyDefault = 15
MDNotifyAll = -1
MDNotifyNone = 0
MDNotifyMethodDef = 1
MDNotifyMemberRef = 2
MDNotifyFieldDef = 4
MDNotifyTypeRef = 8
MDNotifyTypeDef = 16
MDNotifyParamDef = 32
MDNotifyInterfaceImpl = 64
MDNotifyProperty = 128
MDNotifyEvent = 256
MDNotifySignature = 512
MDNotifyTypeSpec = 1024
MDNotifyCustomAttribute = 2048
MDNotifySecurityValue = 4096
MDNotifyPermission = 8192
MDNotifyModuleRef = 16384
MDNotifyNameSpace = 32768
MDNotifyAssemblyRef = 16777216
MDNotifyFile = 33554432
MDNotifyExportedType = 67108864
MDNotifyResource = 134217728// CorNotificationForTokenMovement
pub const MDNotifyDefault: i32 = 15;
pub const MDNotifyAll: i32 = -1;
pub const MDNotifyNone: i32 = 0;
pub const MDNotifyMethodDef: i32 = 1;
pub const MDNotifyMemberRef: i32 = 2;
pub const MDNotifyFieldDef: i32 = 4;
pub const MDNotifyTypeRef: i32 = 8;
pub const MDNotifyTypeDef: i32 = 16;
pub const MDNotifyParamDef: i32 = 32;
pub const MDNotifyInterfaceImpl: i32 = 64;
pub const MDNotifyProperty: i32 = 128;
pub const MDNotifyEvent: i32 = 256;
pub const MDNotifySignature: i32 = 512;
pub const MDNotifyTypeSpec: i32 = 1024;
pub const MDNotifyCustomAttribute: i32 = 2048;
pub const MDNotifySecurityValue: i32 = 4096;
pub const MDNotifyPermission: i32 = 8192;
pub const MDNotifyModuleRef: i32 = 16384;
pub const MDNotifyNameSpace: i32 = 32768;
pub const MDNotifyAssemblyRef: i32 = 16777216;
pub const MDNotifyFile: i32 = 33554432;
pub const MDNotifyExportedType: i32 = 67108864;
pub const MDNotifyResource: i32 = 134217728;// CorNotificationForTokenMovement
const (
MDNotifyDefault int32 = 15
MDNotifyAll int32 = -1
MDNotifyNone int32 = 0
MDNotifyMethodDef int32 = 1
MDNotifyMemberRef int32 = 2
MDNotifyFieldDef int32 = 4
MDNotifyTypeRef int32 = 8
MDNotifyTypeDef int32 = 16
MDNotifyParamDef int32 = 32
MDNotifyInterfaceImpl int32 = 64
MDNotifyProperty int32 = 128
MDNotifyEvent int32 = 256
MDNotifySignature int32 = 512
MDNotifyTypeSpec int32 = 1024
MDNotifyCustomAttribute int32 = 2048
MDNotifySecurityValue int32 = 4096
MDNotifyPermission int32 = 8192
MDNotifyModuleRef int32 = 16384
MDNotifyNameSpace int32 = 32768
MDNotifyAssemblyRef int32 = 16777216
MDNotifyFile int32 = 33554432
MDNotifyExportedType int32 = 67108864
MDNotifyResource int32 = 134217728
)const
MDNotifyDefault = 15;
MDNotifyAll = -1;
MDNotifyNone = 0;
MDNotifyMethodDef = 1;
MDNotifyMemberRef = 2;
MDNotifyFieldDef = 4;
MDNotifyTypeRef = 8;
MDNotifyTypeDef = 16;
MDNotifyParamDef = 32;
MDNotifyInterfaceImpl = 64;
MDNotifyProperty = 128;
MDNotifyEvent = 256;
MDNotifySignature = 512;
MDNotifyTypeSpec = 1024;
MDNotifyCustomAttribute = 2048;
MDNotifySecurityValue = 4096;
MDNotifyPermission = 8192;
MDNotifyModuleRef = 16384;
MDNotifyNameSpace = 32768;
MDNotifyAssemblyRef = 16777216;
MDNotifyFile = 33554432;
MDNotifyExportedType = 67108864;
MDNotifyResource = 134217728;// CorNotificationForTokenMovement
pub const MDNotifyDefault: i32 = 15;
pub const MDNotifyAll: i32 = -1;
pub const MDNotifyNone: i32 = 0;
pub const MDNotifyMethodDef: i32 = 1;
pub const MDNotifyMemberRef: i32 = 2;
pub const MDNotifyFieldDef: i32 = 4;
pub const MDNotifyTypeRef: i32 = 8;
pub const MDNotifyTypeDef: i32 = 16;
pub const MDNotifyParamDef: i32 = 32;
pub const MDNotifyInterfaceImpl: i32 = 64;
pub const MDNotifyProperty: i32 = 128;
pub const MDNotifyEvent: i32 = 256;
pub const MDNotifySignature: i32 = 512;
pub const MDNotifyTypeSpec: i32 = 1024;
pub const MDNotifyCustomAttribute: i32 = 2048;
pub const MDNotifySecurityValue: i32 = 4096;
pub const MDNotifyPermission: i32 = 8192;
pub const MDNotifyModuleRef: i32 = 16384;
pub const MDNotifyNameSpace: i32 = 32768;
pub const MDNotifyAssemblyRef: i32 = 16777216;
pub const MDNotifyFile: i32 = 33554432;
pub const MDNotifyExportedType: i32 = 67108864;
pub const MDNotifyResource: i32 = 134217728;const
MDNotifyDefault* = 15
MDNotifyAll* = -1
MDNotifyNone* = 0
MDNotifyMethodDef* = 1
MDNotifyMemberRef* = 2
MDNotifyFieldDef* = 4
MDNotifyTypeRef* = 8
MDNotifyTypeDef* = 16
MDNotifyParamDef* = 32
MDNotifyInterfaceImpl* = 64
MDNotifyProperty* = 128
MDNotifyEvent* = 256
MDNotifySignature* = 512
MDNotifyTypeSpec* = 1024
MDNotifyCustomAttribute* = 2048
MDNotifySecurityValue* = 4096
MDNotifyPermission* = 8192
MDNotifyModuleRef* = 16384
MDNotifyNameSpace* = 32768
MDNotifyAssemblyRef* = 16777216
MDNotifyFile* = 33554432
MDNotifyExportedType* = 67108864
MDNotifyResource* = 134217728enum CorNotificationForTokenMovement : int {
MDNotifyDefault = 15,
MDNotifyAll = -1,
MDNotifyNone = 0,
MDNotifyMethodDef = 1,
MDNotifyMemberRef = 2,
MDNotifyFieldDef = 4,
MDNotifyTypeRef = 8,
MDNotifyTypeDef = 16,
MDNotifyParamDef = 32,
MDNotifyInterfaceImpl = 64,
MDNotifyProperty = 128,
MDNotifyEvent = 256,
MDNotifySignature = 512,
MDNotifyTypeSpec = 1024,
MDNotifyCustomAttribute = 2048,
MDNotifySecurityValue = 4096,
MDNotifyPermission = 8192,
MDNotifyModuleRef = 16384,
MDNotifyNameSpace = 32768,
MDNotifyAssemblyRef = 16777216,
MDNotifyFile = 33554432,
MDNotifyExportedType = 67108864,
MDNotifyResource = 134217728,
}#define global MDNotifyDefault 0xF
#define global MDNotifyAll 0xFFFFFFFF
#define global MDNotifyNone 0x0
#define global MDNotifyMethodDef 0x1
#define global MDNotifyMemberRef 0x2
#define global MDNotifyFieldDef 0x4
#define global MDNotifyTypeRef 0x8
#define global MDNotifyTypeDef 0x10
#define global MDNotifyParamDef 0x20
#define global MDNotifyInterfaceImpl 0x40
#define global MDNotifyProperty 0x80
#define global MDNotifyEvent 0x100
#define global MDNotifySignature 0x200
#define global MDNotifyTypeSpec 0x400
#define global MDNotifyCustomAttribute 0x800
#define global MDNotifySecurityValue 0x1000
#define global MDNotifyPermission 0x2000
#define global MDNotifyModuleRef 0x4000
#define global MDNotifyNameSpace 0x8000
#define global MDNotifyAssemblyRef 0x1000000
#define global MDNotifyFile 0x2000000
#define global MDNotifyExportedType 0x4000000
#define global MDNotifyResource 0x8000000