Mono Class Library: OverviewSystem.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
GetAccessors() : MethodInfo[] Returns an array whose elements reflect the public Get , Set, and other accessors of the property reflected by the current instance. abstractGetAccessors(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. abstractGetGetMethod(bool) : MethodInfo Returns the public possibly or, if specified, the non-public Get accessor for the property reflected by the current instance. abstractGetIndexParameters() : 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. abstractGetSetMethod(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. abstractGetValue(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. abstractSetValue(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.