ModuleBuilder.GetTypeMetadataToken(Type) Method

Definition

When overridden in a derived class, returns the metadata token for the given Type relative to the Module.

C#
public abstract int GetTypeMetadataToken(Type type);

Parameters

type
Type

The Type for which to retrieve the token.

Returns

An integer representing the metadata token.

Remarks

Tokens are used to identify objects when the objects are used in IL instructions. Tokens are always relative to the Module.

Applies to

Tuote Versiot
.NET 8, 9, 10