Bagikan melalui


CorNotificationForTokenMovement Enumeration

Menentukan pemberitahuan yang akan dikirim ke klien API metadata saat pemetaan ulang token terjadi.

Sintaks

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;  

Anggota

Anggota Deskripsi
MDNotifyDefault Beri tahu saat token mdTypeRef, mdMethodDef, mdMemberRef, atau mdFieldDef berpindah.
MDNotifyAll Beri tahu saat token apa pun berpindah.
MDNotifyNone Jangan memberi tahu saat token berpindah.
MDNotifyMethodDef Beri tahu saat token mdMethodDef berpindah.
MDNotifyMemberRef Beri tahu saat token mdMemberRef berpindah.
MDNotifyFieldDef Beri tahu saat token mdFieldDef berpindah.
MDNotifyTypeRef Beri tahu saat token mdTypeRef berpindah.
MDNotifyTypeDef Beri tahu saat token mdTypeDef berpindah.
MDNotifyParamDef Beri tahu saat token mdParamDef berpindah.
MDNotifyInterfaceImpl Beri tahu saat token mdInterfaceImpl berpindah.
MDNotifyProperty Beri tahu saat token mdProperty berpindah.
MDNotifyEvent Beri tahu saat token mdEvent berpindah.
MDNotifySignature Beri tahu saat token mdSignature berpindah.
MDNotifyTypeSpec Beri tahu saat token mdTypeSpec berpindah.
MDNotifyCustomAttribute Beri tahu saat token mdCustomAttribute berpindah.
MDNotifySecurityValue Beri tahu saat token mdSecurityValue berpindah.
MDNotifyPermission Beri tahu saat token mdPermission berpindah.
MDNotifyModuleRef Beri tahu saat token mdModuleRef berpindah.
MDNotifyNameSpace Beri tahu saat token mdNameSpace berpindah.
MDNotifyAssemblyRef Beri tahu saat token mdAssemblyRef berpindah.
MDNotifyFile Beri tahu saat token mdFile berpindah.
MDNotifyExportedType Beri tahu saat token mdExportedType berpindah.
MDNotifyResource Beri tahu saat token mdManifestResource berpindah.

Keterangan

Token dapat dipetakan ulang (yaitu, dipindahkan) selama penggabungan metadata.

Persyaratan

Platform: Lihat Persyaratan Sistem.

Header: CorHdr.h

Versi .NET Framework: Tersedia mulai dari 1.0

Lihat juga