Compartilhar via


Enumeração de CorNotificationForTokenMovement

Especifica as notificações que serão enviadas para o cliente API de metadados quando um token remapeamento ocorre.

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 movimento de tokens.

MDNotifyAll

Notifica quando nenhum símbolo passa.

MDNotifyNone

Não notifica quando move de tokens.

MDNotifyMethodDef

Notificar quando uma mdMethodDef token move.

MDNotifyMemberRef

Notificar quando uma mdMemberRef token move.

MDNotifyFieldDef

Notificar quando uma mdFieldDef token move.

MDNotifyTypeRef

Notificar quando uma mdTypeRef token move.

MDNotifyTypeDef

Notificar quando uma mdTypeDef token move.

MDNotifyParamDef

Notificar quando uma mdParamDef token move.

MDNotifyInterfaceImpl

Notificar quando uma mdInterfaceImpl token move.

MDNotifyProperty

Notificar quando uma mdProperty token move.

MDNotifyEvent

Notificar quando uma mdEvent token move.

MDNotifySignature

Notificar quando uma mdSignature token move.

MDNotifyTypeSpec

Notificar quando uma mdTypeSpec token move.

MDNotifyCustomAttribute

Notificar quando uma mdCustomAttribute token move.

MDNotifySecurityValue

Notificar quando uma mdSecurityValue token move.

MDNotifyPermission

Notificar quando uma mdPermission token move.

MDNotifyModuleRef

Notificar quando uma mdModuleRef token move.

MDNotifyNameSpace

Notificar quando uma mdNameSpace token move.

MDNotifyAssemblyRef

Notificar quando uma mdAssemblyRef token move.

MDNotifyFile

Notificar quando uma mdFile token move.

MDNotifyExportedType

Notificar quando uma mdExportedType token move.

MDNotifyResource

Notificar quando uma mdManifestResource token move.

Comentários

Um token pode ser re-mapped (isto é, movidos) durante uma mesclagem de metadados.

Requisitos

Plataformas: Consulte Requisitos de sistema do .NET Framework.

Cabeçalho: CorHdr.h

.NET Framework versões: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Consulte também

Outros recursos

Enumerações de metadados