PropertyInfo Members
Public Properties
Attributes Supported by the .NET Compact Framework. | Gets the attributes for this property. |
CanRead Supported by the .NET Compact Framework. | Gets a value indicating whether the property can be read. |
CanWrite Supported by the .NET Compact Framework. | Gets a value indicating whether the property can be written to. |
DeclaringType (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Gets the class that declares this member. |
IsSpecialName Supported by the .NET Compact Framework. | Gets a value indicating whether the property is the special name. |
MemberType Supported by the .NET Compact Framework. | Overridden. Gets the Type of property reflected by this PropertyInfo object. |
Name (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Gets the name of this member. |
PropertyType Supported by the .NET Compact Framework. | Gets the type of this property. |
ReflectedType (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Gets the class object that was used to obtain this instance of MemberInfo. |
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 Constructors
PropertyInfo Constructor Supported by the .NET Compact Framework. | Initializes a new instance of the PropertyInfo class. |
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. |


