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.

FieldInfo::GetFieldFromHandle Method

 

Gets a FieldInfo for the field represented by a handle.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetFieldFromHandle(RuntimeFieldHandle)

Gets a FieldInfo for the field represented by the specified handle.

System_CAPS_pubmethodSystem_CAPS_staticGetFieldFromHandle(RuntimeFieldHandle, RuntimeTypeHandle)

Gets a FieldInfo for the field represented by the specified handle, for the specified generic type.

Return to top
Show:
© 2017 Microsoft