Sdílet prostřednictvím


CorNotificationForTokenMovement – výčet

Určuje oznámení, která se odešlou klientovi rozhraní API metadat, když dojde k přemapování tokenu.

Syntax

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;  

Členové

Člen Description
MDNotifyDefault Upozorněte na mdTypeRefmdMethodDefpřesun tokenů , mdMemberRef, nebomdFieldDef.
MDNotifyAll Upozorňovat, když se nějaký token přesune.
MDNotifyNone Neoznamujte, když se tokeny přesunou.
MDNotifyMethodDef Upozorňovat, když se mdMethodDef token přesune.
MDNotifyMemberRef Upozorňovat, když se mdMemberRef token přesune.
MDNotifyFieldDef Upozorňovat, když se mdFieldDef token přesune.
MDNotifyTypeRef Upozorňovat, když se mdTypeRef token přesune.
MDNotifyTypeDef Upozorňovat, když se mdTypeDef token přesune.
MDNotifyParamDef Upozorňovat, když se mdParamDef token přesune.
MDNotifyInterfaceImpl Upozorňovat, když se mdInterfaceImpl token přesune.
MDNotifyProperty Upozorňovat, když se mdProperty token přesune.
MDNotifyEvent Upozorňovat, když se mdEvent token přesune.
MDNotifySignature Upozorňovat, když se mdSignature token přesune.
MDNotifyTypeSpec Upozorňovat, když se mdTypeSpec token přesune.
MDNotifyCustomAttribute Upozorňovat, když se mdCustomAttribute token přesune.
MDNotifySecurityValue Upozorňovat, když se mdSecurityValue token přesune.
MDNotifyPermission Upozorňovat, když se mdPermission token přesune.
MDNotifyModuleRef Upozorňovat, když se mdModuleRef token přesune.
MDNotifyNameSpace Upozorňovat, když se mdNameSpace token přesune.
MDNotifyAssemblyRef Upozorňovat, když se mdAssemblyRef token přesune.
MDNotifyFile Upozorňovat, když se mdFile token přesune.
MDNotifyExportedType Upozorňovat, když se mdExportedType token přesune.
MDNotifyResource Upozorňovat, když se mdManifestResource token přesune.

Poznámky

Token může být znovu namapován (tj. přesunut) během sloučení metadat.

Požadavky

Platformy: Viz Požadavky na systém.

Záhlaví: CorHdr.h

Verze rozhraní .NET Framework: K dispozici od verze 1.0

Viz také