Mono Class Library: Overview

System.Reflection.FieldInfo: Members

The members of System.Reflection.FieldInfo are listed below.

See Also: Inherited members from System.Reflection.MemberInfo

Protected Constructors

Constructs a new instance of the System.Reflection.FieldInfo class.

Public Properties

[read-only]
abstract
AttributesFieldAttributes. Gets the attributes of the field reflected by the current instance.
[read-only]
abstract
FieldHandleRuntimeFieldHandle. Documentation for this section has not yet been entered.
[read-only]
abstract
FieldTypeType. Gets the type of the field reflected by the current instance.
[read-only]
IsAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyAndAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsFamilyOrAssemblybool. Documentation for this section has not yet been entered.
[read-only]
IsInitOnlybool. Documentation for this section has not yet been entered.
[read-only]
IsLiteralbool. Documentation for this section has not yet been entered.
[read-only]
IsNotSerializedbool. Documentation for this section has not yet been entered.
[read-only]
IsPinvokeImplbool. Documentation for this section has not yet been entered.
[read-only]
IsPrivatebool. Documentation for this section has not yet been entered.
[read-only]
IsPublicbool. Documentation for this section has not yet been entered.
[read-only]
IsSpecialNamebool. Documentation for this section has not yet been entered.
[read-only]
IsStaticbool. Documentation for this section has not yet been entered.
[read-only]
override
MemberTypeMemberTypes. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._FieldInfo.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._FieldInfo.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._FieldInfo.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._FieldInfo.InvokeDocumentation for this section has not yet been entered.