ModuleBuilder.GetMethodMetadataToken メソッド

定義

オーバーロード

GetMethodMetadataToken(ConstructorInfo)

派生クラスでオーバーライドされた場合は、 Module に対して指定された 相対の メタデータ トークン ConstructorInfo を返します。

GetMethodMetadataToken(MethodInfo)

派生クラスでオーバーライドされた場合は、 Module に対して指定された 相対の メタデータ トークン MethodInfo を返します。

GetMethodMetadataToken(ConstructorInfo)

ソース:
ModuleBuilder.cs
ソース:
ModuleBuilder.cs

派生クラスでオーバーライドされた場合は、 Module に対して指定された 相対の メタデータ トークン ConstructorInfo を返します。

public:
 abstract int GetMethodMetadataToken(System::Reflection::ConstructorInfo ^ constructor);
public abstract int GetMethodMetadataToken (System.Reflection.ConstructorInfo constructor);
abstract member GetMethodMetadataToken : System.Reflection.ConstructorInfo -> int
Public MustOverride Function GetMethodMetadataToken (constructor As ConstructorInfo) As Integer

パラメーター

constructor
ConstructorInfo

ConstructorInfoトークンを取得する対象の 。

戻り値

メタデータ値を表す整数。

注釈

トークンは、オブジェクトが IL 命令で使用されるときにオブジェクトを識別するために使用されます。 トークンは常にモジュールに対して相対的です。

適用対象

GetMethodMetadataToken(MethodInfo)

ソース:
ModuleBuilder.cs
ソース:
ModuleBuilder.cs

派生クラスでオーバーライドされた場合は、 Module に対して指定された 相対の メタデータ トークン MethodInfo を返します。

public:
 abstract int GetMethodMetadataToken(System::Reflection::MethodInfo ^ method);
public abstract int GetMethodMetadataToken (System.Reflection.MethodInfo method);
abstract member GetMethodMetadataToken : System.Reflection.MethodInfo -> int
Public MustOverride Function GetMethodMetadataToken (method As MethodInfo) As Integer

パラメーター

method
MethodInfo

MethodInfoトークンを取得する対象の 。

戻り値

メタデータ値を表す整数。

注釈

トークンは、オブジェクトが IL 命令で使用されるときにオブジェクトを識別するために使用されます。 トークンは常にモジュールに対して相対的です。

適用対象