CorTokenType 列挙型

メタデータ トークンの種類を示します。

typedef enum CorTokenType {

    mdtModule                       = 0x00000000,
    mdtTypeRef                      = 0x01000000,
    mdtTypeDef                      = 0x02000000,
    mdtFieldDef                     = 0x04000000,
    mdtMethodDef                    = 0x06000000,
    mdtParamDef                     = 0x08000000,
    mdtInterfaceImpl                = 0x09000000,
    mdtMemberRef                    = 0x0a000000,
    mdtCustomAttribute              = 0x0c000000,
    mdtPermission                   = 0x0e000000,
    mdtSignature                    = 0x11000000,
    mdtEvent                        = 0x14000000,
    mdtProperty                     = 0x17000000,
    mdtModuleRef                    = 0x1a000000,
    mdtTypeSpec                     = 0x1b000000,
    mdtAssembly                     = 0x20000000,
    mdtAssemblyRef                  = 0x23000000,
    mdtFile                         = 0x26000000,
    mdtExportedType                 = 0x27000000,
    mdtManifestResource             = 0x28000000,
    mdtGenericParam                 = 0x2a000000,
    mdtMethodSpec                   = 0x2b000000,
    mdtGenericParamConstraint       = 0x2c000000,
    mdtString                       = 0x70000000,
    mdtName                         = 0x71000000,
    mdtBaseType                     = 0x72000000

} CorTokenType;

メンバー

メンバー

説明

mdtModule

mdModule トークン。

mdtTypeRef

mdTypeRef トークン。

mdtTypeDef

mdTypeDef トークン。

mdtFieldDef

mdFieldDef トークン。

mdtMethodDef

mdMethodDef トークン。

mdtParamDef

mdParamDef トークン。

mdtInterfaceImpl

mdInterfaceImpl トークン。

mdtMemberRef

mdMemberRef トークン。

mdtCustomAttribute

mdCustomAttribute トークン。

mdtPermission

mdPermission トークン。

mdtSignature

mdSignature トークン。

mdtEvent

mdEvent トークン。

mdtProperty

mdProperty トークン。

mdtModuleRef

mdModuleRef トークン。

mdtTypeSpec

mdTypeSpec トークン。

mdtAssembly

mdAssembly トークン。

mdtAssemblyRef

mdAssemblyRef トークン。

mdtFile

mdFile トークン。

mdtExportedType

mdExportedType トークン。

mdtManifestResource

mdManifestResource トークン。

mdtGenericParam

mdGenericParam トークン。

mdtMethodSpec

mdMethodSpec トークン。

mdtGenericParamConstraint

mdGenericParamConstraint トークン。

mdtString

mdString トークン。

mdtName

mdName トークン。

mdtBaseType

使用しません。

解説

各値は、対応するメタデータ トークンの最上位バイトの値と同じです。

必要条件

プラットフォーム : 「.NET Framework システム要件」を参照

ヘッダー : CorHdr.h

.NET Framework のバージョン : 4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

参照

その他の技術情報

メタデータ列挙体