PropertyInfo Methods
The methods of the PropertyInfo class are listed here. For a complete list of PropertyInfo class members, see the PropertyInfo Members topic.
Public Methods
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetAccessors Supported by the .NET Compact Framework. | Overloaded. Returns an array of the get and set accessors on this property. |
GetCustomAttributes (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Overloaded. When overridden in a derived class, returns all attributes defined on this member. |
GetGetMethod Supported by the .NET Compact Framework. | Overloaded. Returns a MethodInfo representing the get accessor for this property. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetIndexParameters Supported by the .NET Compact Framework. | When overridden in a derived class, returns an array of all the index parameters for the property. |
GetSetMethod Supported by the .NET Compact Framework. | Overloaded. Returns a MethodInfo representing the set accessor for this property. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
GetValue Supported by the .NET Compact Framework. | Overloaded. Returns the value of the property. |
IsDefined (inherited from MemberInfo)
Supported by the .NET Compact Framework. | When overridden in a derived class, indicates whether one or more instance of attributeType is defined on this member. |
SetValue Supported by the .NET Compact Framework. | Overloaded. Sets the property value for the given object to the given value. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |

