Mono Class Library: Overview

System.Reflection.PropertyInfo: Method Members

The methods of System.Reflection.PropertyInfo are listed below. For a list of all members, see the PropertyInfo Members list.

See Also: Inherited members from System.Reflection.MemberInfo

Public Methods

GetAccessors() : MethodInfo[]
Returns an array whose elements reflect the public Get , Set, and other accessors of the property reflected by the current instance.
abstract
GetAccessors(bool) : MethodInfo[]
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.
GetConstantValue() : object
Documentation for this section has not yet been entered.
GetGetMethod() : MethodInfo
Returns the public Get accessor for the property reflected by the current instance.
abstract
GetGetMethod(bool) : MethodInfo
Returns the public possibly or, if specified, the non-public Get accessor for the property reflected by the current instance.
abstract
GetIndexParameters() : ParameterInfo[]
Returns an array of the indexers of the property reflected by the current instance.
GetOptionalCustomModifiers() : Type[]
Documentation for this section has not yet been entered.
GetRawConstantValue() : object
Documentation for this section has not yet been entered.
GetRequiredCustomModifiers() : Type[]
Documentation for this section has not yet been entered.
GetSetMethod() : MethodInfo
Returns the public Set accessor for the property reflected by the current instance.
abstract
GetSetMethod(bool) : MethodInfo
Returns the public possibly or, if specified, the non-public Set accessor for the property reflected by the current instance.
GetType() : Type
Documentation for this section has not yet been entered.
GetValue(object, object[]) : object
Returns the value of the property reflected by the current instance in the specified object, using the specified index values.
abstract
GetValue(object, BindingFlags, Binder, object[], System.Globalization.CultureInfo) : object
Returns the value of the property that is reflected by the current instance in the specified object and corresponds to the specified criteria.
SetValue(object, object, object[])
Sets the value of the property reflected by the current instance on the specified object, using the specified index values.
abstract
SetValue(object, object, BindingFlags, Binder, object[], System.Globalization.CultureInfo)
Sets the value of the property that is reflected by the current instance on the specified objects and corresponds to the specified properties.