Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ModuleHandle::GetRuntimeFieldHandleFromMetadataToken Method (Int32)

 
obsoleteCodeEntityOverload:System.ModuleHandle.ResolveFieldHandle

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

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
RuntimeFieldHandle GetRuntimeFieldHandleFromMetadataToken(
	int fieldToken
)

Parameters

fieldToken
Type: System::Int32

A metadata token that identifies a field in the module.

Return Value

Type: System::RuntimeFieldHandle

A RuntimeFieldHandle for the field identified by fieldToken.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft