Enumeração CorNotificationForTokenMovement
Especifica as notificações serão enviadas para o cliente API de metadados quando ocorre um remapeamento de token.
typedef enum CorNotificationForTokenMovement {
MDNotifyDefault = 0x0000000f,
MDNotifyAll = 0xffffffff,
MDNotifyNone = 0x00000000,
MDNotifyMethodDef = 0x00000001,
MDNotifyMemberRef = 0x00000002,
MDNotifyFieldDef = 0x00000004,
MDNotifyTypeRef = 0x00000008,
MDNotifyTypeDef = 0x00000010,
MDNotifyParamDef = 0x00000020,
MDNotifyInterfaceImpl = 0x00000040,
MDNotifyProperty = 0x00000080,
MDNotifyEvent = 0x00000100,
MDNotifySignature = 0x00000200,
MDNotifyTypeSpec = 0x00000400,
MDNotifyCustomAttribute = 0x00000800,
MDNotifySecurityValue = 0x00001000,
MDNotifyPermission = 0x00002000,
MDNotifyModuleRef = 0x00004000,
MDNotifyNameSpace = 0x00008000,
MDNotifyAssemblyRef = 0x01000000,
MDNotifyFile = 0x02000000,
MDNotifyExportedType = 0x04000000,
MDNotifyResource = 0x08000000
} CorNotificationForTokenMovement;
Membros
Membro |
Descrição |
---|---|
MDNotifyDefault |
Notificar quando mdTypeRef, mdMethodDef, mdMemberRef, ou mdFieldDef Mover de tokens. |
MDNotifyAll |
Notificar quando nenhum símbolo se move. |
MDNotifyNone |
Não notificar quando mover tokens. |
MDNotifyMethodDef |
Notificar quando um mdMethodDef Move de token. |
MDNotifyMemberRef |
Notificar quando um mdMemberRef Move de token. |
MDNotifyFieldDef |
Notificar quando um mdFieldDef Move de token. |
MDNotifyTypeRef |
Notificar quando um mdTypeRef Move de token. |
MDNotifyTypeDef |
Notificar quando um mdTypeDef Move de token. |
MDNotifyParamDef |
Notificar quando um mdParamDef Move de token. |
MDNotifyInterfaceImpl |
Notificar quando um mdInterfaceImpl Move de token. |
MDNotifyProperty |
Notificar quando um mdProperty Move de token. |
MDNotifyEvent |
Notificar quando um mdEvent Move de token. |
MDNotifySignature |
Notificar quando um mdSignature Move de token. |
MDNotifyTypeSpec |
Notificar quando um mdTypeSpec Move de token. |
MDNotifyCustomAttribute |
Notificar quando um mdCustomAttribute Move de token. |
MDNotifySecurityValue |
Notificar quando um mdSecurityValue Move de token. |
MDNotifyPermission |
Notificar quando um mdPermission Move de token. |
MDNotifyModuleRef |
Notificar quando um mdModuleRef Move de token. |
MDNotifyNameSpace |
Notificar quando um mdNameSpace Move de token. |
MDNotifyAssemblyRef |
Notificar quando um mdAssemblyRef Move de token. |
MDNotifyFile |
Notificar quando um mdFile Move de token. |
MDNotifyExportedType |
Notificar quando um mdExportedType Move de token. |
MDNotifyResource |
Notificar quando um mdManifestResource Move de token. |
Comentários
Um token poderá ser re-mapped (isto é, movido) durante uma mesclagem de metadados.
Requisitos
Plataformas: See Requisitos de sistema do .NET framework.
Cabeçalho: CorHdr.h
.NET Framework Versions: 3.5 SP1, 3,5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0