The members of System.Reflection.Binder are listed below.
See Also: Inherited members from System.Object
Binder() |
Initializes a new instance of the System.Reflection.Binder class. |
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[])
|