MemberInfo Members
The following tables list the members exposed by the MemberInfo type.
Protected Constructors
Name | Description | |
---|---|---|
MemberInfo | Initializes a new instance of the MemberInfo class. |
Public Properties
Name | Description | |
---|---|---|
DeclaringType | Gets the class that declares the current member. | |
MemberType | Gets the type of the current member, such as field, method, or property, for example. | |
Name | Gets the name of the current member. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |