The members of System.Reflection.Binder are listed below.
See Also: Inherited members from System.Object
Protected Constructors
Public Methods
abstract | BindToField(BindingFlags, FieldInfo[], object, System.Globalization.CultureInfo) : FieldInfo Selects a field from
the specified set of fields, based on the specified criteria.
|
abstract | BindToMethod(BindingFlags, MethodBase[], ref object[], ParameterModifier[], System.Globalization.CultureInfo, string[], out object) : MethodBase Selects a method based on the specified
criteria. |
abstract | ChangeType(object, Type, System.Globalization.CultureInfo) : object Converts the type of the specified object to the
specified type. |
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[]) : MethodBaseSelects a method from
the specified set of methods, based on the argument type. |
abstract | SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[]) : PropertyInfo Selects a property
from the specified set of properties, based on the specified criteria.
|