System.Reflection.Module.MetadataToken Property

Gets a token that identifies the module in metadata.

Syntax

public virtual int MetadataToken { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The tokens obtained using this property can be passed to the unmanaged Reflection API. For more information, see The 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". The documentation is available online; see tp://go.microsoft.com/fwlink/?LinkID=99212 on MSDN and tp://go.microsoft.com/fwlink/?LinkID=65552 on the ECMA Web site.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0