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
abstract | BindToField(BindingFlags, FieldInfo[], object, System.Globalization.CultureInfo)
| |
abstract | BindToMethod(BindingFlags, MethodBase[], ref object[], ParameterModifier[], System.Globalization.CultureInfo, string[], out object)Selects a method based on the specified criteria. | |
abstract | ChangeType(object, Type, System.Globalization.CultureInfo)
| |
abstract | ReorderArgumentArray(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@) . | |
abstract | SelectMethod(BindingFlags, MethodBase[], Type[], ParameterModifier[])
| |
abstract | SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[])
|