Method | Description | |
---|---|---|
BindToField ( BindingFlags bindingAttr, |
||
BindToMethod ( BindingFlags bindingAttr, |
||
ChangeType ( Object value, |
||
ExactBinding ( |
||
ExactPropertyBinding ( |
||
ReorderArgumentArray ( Object &args, Object state ) : void | ||
SelectMethod ( BindingFlags bindingAttr, |
||
SelectProperty ( BindingFlags bindingAttr, |
Method | Description | |
---|---|---|
CanConvertPrimitive ( RuntimeType source, RuntimeType target ) : bool | ||
CanConvertPrimitiveObjectToType ( Object source, RuntimeType type ) : bool | ||
CompareMethodSigAndName ( |
||
CreateParamOrder ( int paramOrder, |
||
FindMostDerivedNewSlotMeth ( |
||
FindMostSpecific ( |
||
FindMostSpecificField ( |
||
FindMostSpecificMethod ( |
||
FindMostSpecificProperty ( |
||
FindMostSpecificType ( |
||
GetHierarchyDepth ( |
||
ReorderParams ( int paramOrder, Object vars ) : void |
public BindToField ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
match | ||
value | Object | |
cultureInfo | System.Globalization.CultureInfo | |
return |
public BindToMethod ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
canidates | ||
args | Object | |
modifiers | ||
cultureInfo | System.Globalization.CultureInfo | |
names | String | |
state | Object | |
return |
public ChangeType ( Object value, |
||
value | Object | |
type | ||
cultureInfo | System.Globalization.CultureInfo | |
return | Object |
public static ExactBinding ( |
||
match | ||
types | ||
modifiers | ||
return |
public static ExactPropertyBinding ( |
||
match | ||
returnType | ||
types | ||
modifiers | ||
return |
public ReorderArgumentArray ( Object &args, Object state ) : void | ||
args | Object | |
state | Object | |
return | void |
public SelectMethod ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
match | ||
types | ||
modifiers | ||
return |
public SelectProperty ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
match | ||
returnType | ||
indexes | ||
modifiers | ||
return |