FieldInfo Members
The following tables list the members exposed by the FieldInfo type.
Protected Constructors
Name | Description | |
---|---|---|
FieldInfo | Initializes a new instance of the FieldInfo class. |
Public Properties
Name | Description | |
---|---|---|
DeclaringType | (Inherited from MemberInfo.) | |
FieldType | Gets the type of the current FieldInfo object. | |
MemberType | Gets the type of property reflected by the current FieldInfo object. | |
Name | (Inherited from MemberInfo.) |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue | When overridden in a derived class, this method returns the value of a field supported by a specified object. | |
ReferenceEquals | (Inherited from Object.) | |
SetValue | Sets the value of a field supported by a specified object. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |