Share via


FieldInfo Members

The following tables list the members exposed by the FieldInfo type.

Protected Constructors

Name Description
Protected Method FieldInfo Initializes a new instance of the FieldInfo class.

Public Properties

Name Description
Public Property DeclaringType (Inherited from MemberInfo.)
Public Property FieldType Gets the type of the current FieldInfo object.
Public Property MemberType Gets the type of property reflected by the current FieldInfo object.
Public Property Name (Inherited from MemberInfo.)

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method GetValue When overridden in a derived class, this method returns the value of a field supported by a specified object.
Public Method ReferenceEquals (Inherited from Object.)
Public Method SetValue Sets the value of a field supported by a specified object.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

FieldInfo Class
System.Reflection Namespace