System.Reflection.FieldInfo.GetFieldFromHandle Method

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

Syntax

public static FieldInfo GetFieldFromHandle (RuntimeFieldHandle handle)

Parameters

handle
A RuntimeFieldHandle structure that contains the handle to the internal metadata representation of a field.

Returns

A System.Reflection.FieldInfo object representing the field specified by handle.

Remarks

Handles are valid only in the application domain in which they were obtained.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0