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] abstract | Attributes | FieldAttributes. Gets the attributes of the field reflected by the current instance. |
| [read-only] abstract | FieldHandle | RuntimeFieldHandle. Documentation for this section has not yet been entered. |
| [read-only] abstract | FieldType | 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] override | MemberType | MemberTypes. Documentation for this section has not yet been entered. |
override | Equals(object)Documentation for this section has not yet been entered. | |
static | GetFieldFromHandle(RuntimeFieldHandle)Documentation for this section has not yet been entered. | |
static | GetFieldFromHandle(RuntimeFieldHandle, RuntimeTypeHandle)Documentation for this section has not yet been entered. | |
override | GetHashCode()Documentation for this section has not yet been entered. | |
GetOptionalCustomModifiers()Documentation for this section has not yet been entered. | ||
GetRawConstantValue()Documentation for this section has not yet been entered. | ||
GetRequiredCustomModifiers()Documentation for this section has not yet been entered. | ||
GetType()Documentation for this section has not yet been entered. | ||
abstract | GetValue(object)Obtains the value of the field that is reflected by the current instance and contained in the specified object. | |
GetValueDirect(TypedReference)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. | ||
| 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. |