GenericTypeParameterBuilder.MetadataToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a token that identifies the current dynamic module in metadata.
public:
virtual property int MetadataToken { int get(); };
public override int MetadataToken { get; }
member this.MetadataToken : int
Public Overrides ReadOnly Property MetadataToken As Integer
Property Value
An integer token that identifies the current module in metadata.
Remarks
The tokens obtained using this property can be passed to the unmanaged Reflection API. For more information, see Unmanaged Reflection API.
Note
Information about metadata tokens can be found in the Common Language Infrastructure (CLI) documentation, especially "Partition II: Metadata Definition and Semantics". For more information, see ECMA 335 Common Language Infrastructure (CLI).