Share via


MemberInfo Members

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

Protected Constructors

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

Public Properties

Name Description
Public Property DeclaringType Gets the class that declares the current member.
Public Property MemberType Gets the type of the current member, such as field, method, or property, for example.
Public Property Name Gets the name of the current member.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from 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

MemberInfo Class
System.Reflection Namespace