Mono Class Library: OverviewSystem.Reflection.Binder: Method Members |
The methods of System.Reflection.Binder are listed below. For a list of all members, see the Binder Members list.
See Also: Inherited members from System.Object
abstractBindToField(BindingFlags, FieldInfo[], object, System.Globalization.CultureInfo) : FieldInfo Selects a field from the specified set of fields, based on the specified criteria. abstractBindToMethod(BindingFlags, MethodBase[], ref object[], ParameterModifier[], System.Globalization.CultureInfo, string[], out object) : MethodBase Selects a method based on the specified criteria. abstractChangeType(object, Type, System.Globalization.CultureInfo) : object Converts the type of the specified object to the specified type. abstractReorderArgumentArray(ref object[], object) Restores the specified set of parameters to their original order after a call to Binder.BindToMethod(BindingFlags, MethodBase[], Object[]@, ParameterModifier[], System.Globalization.CultureInfo, String[], Object@) . abstractSelectMethod(BindingFlags, MethodBase[], Type[], ParameterModifier[]) : MethodBase Selects a method from the specified set of methods, based on the argument type. abstractSelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[]) : PropertyInfo Selects a property from the specified set of properties, based on the specified criteria.