System.Reflection.RuntimeReflectionExtensions.GetRuntimeField Method

Retrieves an object that represents a specified field.

Syntax

public static FieldInfo GetRuntimeField (this Type type, string name)

Parameters

type
The type that contains the field.
name
The name of the field.

Returns

An object that represents the specified field, or null if the field is not found.

Remarks

Documentation for this section has not yet been entered.

Requirements

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