ModuleHandle.GetRuntimeFieldHandleFromMetadataToken(Int32) メソッド

定義

指定したメタデータ トークンによって識別されるフィールドのランタイム ハンドルを返します。

public:
 RuntimeFieldHandle GetRuntimeFieldHandleFromMetadataToken(int fieldToken);
public RuntimeFieldHandle GetRuntimeFieldHandleFromMetadataToken (int fieldToken);
member this.GetRuntimeFieldHandleFromMetadataToken : int -> RuntimeFieldHandle
Public Function GetRuntimeFieldHandleFromMetadataToken (fieldToken As Integer) As RuntimeFieldHandle

パラメーター

fieldToken
Int32

モジュール内のフィールドを識別するメタデータ トークン。

戻り値

RuntimeFieldHandle

fieldToken によって識別されたフィールドの RuntimeFieldHandle

適用対象