메소드 | 설명 | |
---|---|---|
BindToField ( BindingFlags bindingAttr, |
||
BindToMethod ( BindingFlags bindingAttr, |
||
ChangeType ( object value, Type type, |
||
SelectMethod ( BindingFlags bindingAttr, |
||
SelectProperty ( BindingFlags bindingAttr, |
메소드 | 설명 | |
---|---|---|
CompareCloserType ( Type t1, Type t2 ) : int | ||
GetBetterMethod ( |
||
IsArrayAssignable ( Type object_type, Type target_type ) : bool | ||
ReorderArgumentArray ( object &args, object state ) : void | ||
ReorderParameters ( string names, object &args, |
||
SelectMethod ( BindingFlags bindingAttr, |
||
check_arguments ( Type types, |
||
check_arguments_with_score ( Type types, |
||
check_type ( Type from, Type to ) : bool | ||
check_type_with_score ( Type from, Type to ) : int |
public BindToField ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
match | ||
value | object | |
culture | ||
리턴 |
public BindToMethod ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
match | ||
args | object | |
modifiers | ||
culture | ||
names | string | |
state | object | |
리턴 |
public ChangeType ( object value, Type type, |
||
value | object | |
type | Type | |
culture | ||
리턴 | object |
public SelectMethod ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
match | ||
types | Type | |
modifiers | ||
리턴 |
public SelectProperty ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
match | ||
returnType | Type | |
indexes | Type | |
modifiers | ||
리턴 |