Condividi tramite


Enumerazione CorNotificationForTokenMovement

Specifica le notifiche che saranno inviate al client dell'API dei metadati quando si verifica la modifica del mapping di un 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;

Membri

Membro

Descrizione

MDNotifyDefault

Notificare quando i token mdTypeRef, mdMethodDef, mdMemberRef mdFieldDef si spostano.

MDNotifyAll

Notificare quando un token qualsiasi si sposta.

MDNotifyNone

Non notificare quando i token si spostano.

MDNotifyMethodDef

Notificare quando un token mdMethodDef si sposta.

MDNotifyMemberRef

Notificare quando un token mdMemberRef si sposta.

MDNotifyFieldDef

Notificare quando un token mdFieldDef si sposta.

MDNotifyTypeRef

Notificare quando un token mdTypeRef si sposta.

MDNotifyTypeDef

Notificare quando un token mdTypeDef si sposta.

MDNotifyParamDef

Notificare quando un token mdParamDef si sposta.

MDNotifyInterfaceImpl

Notificare quando un token mdInterfaceImpl si sposta.

MDNotifyProperty

Notificare quando un token mdProperty si sposta.

MDNotifyEvent

Notificare quando un token mdEvent si sposta.

MDNotifySignature

Notificare quando un token mdSignature si sposta.

MDNotifyTypeSpec

Notificare quando un token mdTypeSpec si sposta.

MDNotifyCustomAttribute

Notificare quando un token mdCustomAttribute si sposta.

MDNotifySecurityValue

Notificare quando un token mdSecurityValue si sposta.

MDNotifyPermission

Notificare quando un token mdPermission si sposta.

MDNotifyModuleRef

Notificare quando un token mdModuleRef si sposta.

MDNotifyNameSpace

Notificare quando un token mdNameSpace si sposta.

MDNotifyAssemblyRef

Notificare quando un token mdAssemblyRef si sposta.

MDNotifyFile

Notificare quando un token mdFile si sposta.

MDNotifyExportedType

Notificare quando un token mdExportedType si sposta.

MDNotifyResource

Notificare quando un token mdManifestResource si sposta.

Note

È possibile modificare il mapping di un token (ovvero spostarlo) durante un'unione di metadati.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorHdr.h

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

Vedere anche

Altre risorse

Enumerazioni dei metadati