System.ModuleHandle.GetRuntimeFieldHandleFromMetadataToken Method

Returns a runtime handle for the field identified by the specified metadata token.

Syntax

public RuntimeFieldHandle GetRuntimeFieldHandleFromMetadataToken (int fieldToken)

Parameters

fieldToken
A metadata token that identifies a field in the module.

Returns

A RuntimeFieldHandle for the field identified by fieldToken.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0