CorTokenType class

Indicates the type of a metadata token.

Constructors

CorTokenType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

mdtAssembly → const int
mdtAssemblyRef → const int
mdtBaseType → const int
mdtCustomAttribute → const int
mdtEvent → const int
mdtExportedType → const int
mdtFieldDef → const int
mdtFile → const int
mdtGenericParam → const int
mdtGenericParamConstraint → const int
mdtInterfaceImpl → const int
mdtManifestResource → const int
mdtMemberRef → const int
mdtMethodDef → const int
mdtMethodSpec → const int
mdtModule → const int
mdtModuleRef → const int
mdtName → const int
mdtParamDef → const int
mdtPermission → const int
mdtProperty → const int
mdtSignature → const int
mdtString → const int
mdtTypeDef → const int
mdtTypeRef → const int
mdtTypeSpec → const int