Mono Class Library: OverviewSystem.Reflection.FieldInfo: Members |
The members of System.Reflection.FieldInfo are listed below.
See Also: Inherited members from System.Reflection.MemberInfo
Constructs a new instance of the System.Reflection.FieldInfo class.
[read-only] abstractAttributes FieldAttributes. Gets the attributes of the field reflected by the current instance. [read-only] abstractFieldHandle RuntimeFieldHandle. Documentation for this section has not yet been entered. [read-only] abstractFieldType Type. Gets the type of the field reflected by the current instance. [read-only] IsAssembly bool. Documentation for this section has not yet been entered. [read-only] IsFamily bool. Documentation for this section has not yet been entered. [read-only] IsFamilyAndAssembly bool. Documentation for this section has not yet been entered. [read-only] IsFamilyOrAssembly bool. Documentation for this section has not yet been entered. [read-only] IsInitOnly bool. Documentation for this section has not yet been entered. [read-only] IsLiteral bool. Documentation for this section has not yet been entered. [read-only] IsNotSerialized bool. Documentation for this section has not yet been entered. [read-only] IsPinvokeImpl bool. Documentation for this section has not yet been entered. [read-only] IsPrivate bool. Documentation for this section has not yet been entered. [read-only] IsPublic bool. Documentation for this section has not yet been entered. [read-only] IsSpecialName bool. Documentation for this section has not yet been entered. [read-only] IsStatic bool. Documentation for this section has not yet been entered. [read-only] overrideMemberType MemberTypes. Documentation for this section has not yet been entered.
staticGetFieldFromHandle(RuntimeFieldHandle) : FieldInfo Documentation for this section has not yet been entered. staticGetFieldFromHandle(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. abstractGetValue(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. abstractSetValue(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.
System.Runtime.InteropServices._FieldInfo.GetIDsOfNames Documentation for this section has not yet been entered. System.Runtime.InteropServices._FieldInfo.GetTypeInfo Documentation for this section has not yet been entered. System.Runtime.InteropServices._FieldInfo.GetTypeInfoCount Documentation for this section has not yet been entered. System.Runtime.InteropServices._FieldInfo.Invoke Documentation for this section has not yet been entered.