PropertyInfo Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The PropertyInfo type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetAccessors() Returns an array whose elements reflect the public get, set, and other accessors of the property reflected by the current instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetAccessors(Boolean) Returns an array whose elements reflect the public (and, if specified, non-public) get, set, and other accessors of the property reflected by the current instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetConstantValue Returns a literal value associated with the property by a compiler.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCustomAttributes(Boolean) When overridden in a derived class, returns an array of all custom attributes applied to this member. (Inherited from MemberInfo.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetCustomAttributes(Type, Boolean) When overridden in a derived class, returns an array of custom attributes applied to this member and identified by Type. (Inherited from MemberInfo.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetGetMethod() Returns the public get accessor for this property.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetGetMethod(Boolean) When overridden in a derived class, returns the public or non-public get accessor for this property.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetIndexParameters When overridden in a derived class, returns an array of all the index parameters for the property.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetRawConstantValue Returns a literal value associated with the property by a compiler.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetSetMethod() Returns the public set accessor for this property.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetSetMethod(Boolean) When overridden in a derived class, returns the set accessor for this property.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetValue(Object, array<Object[]) Returns the value of the property with optional index values for indexed properties.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetValue(Object, BindingFlags, Binder, array<Object[], CultureInfo) When overridden in a derived class, returns the value of a property that has the specified binding, index, and CultureInfo.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsDefined When overridden in a derived class, indicates whether one or more attributes of the specified type or of its derived types is applied to this member. (Inherited from MemberInfo.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 SetValue(Object, Object, array<Object[]) Sets the value of the property on the specified object, with optional index values for indexed properties.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 SetValue(Object, Object, BindingFlags, Binder, array<Object[], CultureInfo) When overridden in a derived class, sets the property value for the given object to the given value, subject to the specified binding constraints, binder, and culture.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)

Top