Mono Class Library: Overview

System.Reflection.FieldInfo: Method Members

The methods of System.Reflection.FieldInfo are listed below. For a list of all members, see the FieldInfo Members list.

See Also: Inherited members from System.Reflection.MemberInfo

Public Methods

static
GetFieldFromHandle(RuntimeFieldHandle) : FieldInfo
Documentation for this section has not yet been entered.
static
GetFieldFromHandle(RuntimeFieldHandle, RuntimeTypeHandle) : FieldInfo
Documentation for this section has not yet been entered.
GetOptionalCustomModifiers() : Type[]
Documentation for this section has not yet been entered.
GetRawConstantValue() : object
Documentation for this section has not yet been entered.
GetRequiredCustomModifiers() : Type[]
Documentation for this section has not yet been entered.
GetType() : Type
Documentation for this section has not yet been entered.
abstract
GetValue(object) : object
Obtains the value of the field that is reflected by the current instance and contained in the specified object.
GetValueDirect(TypedReference) : object
Documentation for this section has not yet been entered.
SetValue(object, object)
Assigns the specified value to the field that is reflected by the current instance and contained in the specified object.
abstract
SetValue(object, object, BindingFlags, Binder, System.Globalization.CultureInfo)
Assigns the specified value to the field that is reflected by the current instance and contained in the specified object.
SetValueDirect(TypedReference, object)
Documentation for this section has not yet been entered.