MethodBuilder.MetadataToken Property

Definition

Gets a token that identifies the current dynamic module in metadata.

public override int MetadataToken { get; }

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

Product Versions
.NET 6, 7, 8, 9