System.Reflection.Binder Members

The members of System.Reflection.Binder are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Reflection.Binder class.

Public Methods

abstract
BindToField(BindingFlags, FieldInfo[], object, System.Globalization.CultureInfo) : FieldInfo

Selects a field from the given 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

Changes the type of the given Object to the given 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[]) : MethodBase

Selects a method from the given set of methods, based on the argument type.

abstract
SelectProperty(BindingFlags, PropertyInfo[], Type, Type[], ParameterModifier[]) : PropertyInfo

Selects a property from the given set of properties, based on the specified criteria.