ModuleBuilder.MetadataToken Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a token that identifies the current dynamic module in metadata.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property MetadataToken As Integer
public override int MetadataToken { get; }
Property Value
Type: System.Int32
An integer token that identifies the current module in metadata.
Remarks
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 ECMA C# and Common Language Infrastructure Standards on MSDN and Standard ECMA-335 - Common Language Infrastructure (CLI) on the ECMA Web site. |
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.