Module.MetadataToken Property

Definition

Gets a token that identifies the module in metadata.

public:
 virtual property int MetadataToken { int get(); };
public:
 property int MetadataToken { int get(); };
public virtual int MetadataToken { get; }
public int MetadataToken { get; }
member this.MetadataToken : int
Public Overridable ReadOnly Property MetadataToken As Integer
Public 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).

Applies to