Method |
Description |
|
BindToField ( BindingFlags bindingAttr, FieldInfo match, object value, CultureInfo culture ) : FieldInfo |
|
|
BindToMethod ( BindingFlags bindingAttr, MethodBase match, object &args, ParameterModifier modifiers, CultureInfo culture, string names, object &state ) : MethodBase |
|
|
ChangeType ( object value, Type type, CultureInfo culture ) : object |
|
|
ReorderArgumentArray ( object &args, object state ) : void |
|
|
SelectMethod ( BindingFlags bindingAttr, MethodBase match, Type types, ParameterModifier modifiers ) : MethodBase |
|
|
SelectProperty ( BindingFlags bindingAttr, PropertyInfo match, Type returnType, Type indexes, ParameterModifier modifiers ) : PropertyInfo |
|
|
TryChangeType ( object value, Type type, CultureInfo culture, object &ret ) : bool |
|
|