PropertyInfo Members
The following tables list the members exposed by the PropertyInfo type.
Protected Constructors
Name | Description | |
---|---|---|
PropertyInfo | Initializes a new instance of the PropertyInfo class. |
Public Properties
Name | Description | |
---|---|---|
DeclaringType | (Inherited from MemberInfo.) | |
MemberType | (Inherited from MemberInfo.) | |
Name | (Inherited from MemberInfo.) | |
PropertyType | Gets the type of the current property. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue | Retrieves the value of a property for a specified object. For indexed properties, the GetValue property also retrieves optional index values. | |
ReferenceEquals | (Inherited from Object.) | |
SetValue | Sets the value of an indexed property for a specified object with optional index values. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |