| 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() : objectDocumentation for this section has not yet been entered. |
| GetGetMethod() : MethodInfoReturns 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() : objectDocumentation for this section has not yet been entered. |
| GetRequiredCustomModifiers() : Type[]Documentation for this section has not yet been entered. |
| GetSetMethod() : MethodInfoReturns the public Set accessor for the property reflected
by the current instance. |
abstract | GetSetMethod(bool) : MethodInfoReturns the public possibly or, if specified, the non-public Set accessor
for the property reflected by the current instance. |
| GetType() : TypeDocumentation for this section has not yet been entered. |
| GetValue(object, object[]) : objectReturns 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) : objectReturns 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. |