mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Reflection.Binder, including all inherited members.
BindToField(BindingFlags bindingAttr, FieldInfo[] match, object value, CultureInfo culture) | System.Reflection.Binder | pure virtual |
BindToMethod(BindingFlags bindingAttr, MethodBase[] match, ref object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] names, out object state) | System.Reflection.Binder | pure virtual |
ChangeType(object value, Type type, CultureInfo culture) | System.Reflection.Binder | pure virtual |
ReorderArgumentArray(ref object[] args, object state) | System.Reflection.Binder | pure virtual |
SelectMethod(BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[] modifiers) | System.Reflection.Binder | pure virtual |
SelectProperty(BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers) | System.Reflection.Binder | pure virtual |