CustomReflectionBinder Methods
|
The CustomReflectionBinder type exposes the following members.
Methods
| Name | Description |
---|
 | BindToField | Selects a field from the given set of fields, based on the specified criteria. (Overrides Binder.BindToField(BindingFlags, FieldInfo[], Object, CultureInfo).) |
 | BindToMethod | Selects a method to invoke from the given set of methods, based on the supplied arguments. (Overrides Binder.BindToMethod(BindingFlags, MethodBase[], Object[], ParameterModifier[], CultureInfo, String[], Object).) |
 | ChangeType | Changes the type of the given Object to the given Type. (Overrides Binder.ChangeType(Object, Type, CultureInfo).) |
 | ReorderArgumentArray | (Overrides Binder.ReorderArgumentArray(Object[], Object).) |
 | SelectMethod | Selects a method from the given set of methods, based on the argument type. (Overrides Binder.SelectMethod(BindingFlags, MethodBase[], Type[], ParameterModifier[]).) |
 | SelectProperty | Selects a property from the given set of properties, based on the specified criteria. (Overrides Binder.SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[]).) |
See Also