메소드 | 설명 | |
---|---|---|
GetIndexedValue ( object obj, object indexes ) : object | ||
GetNativeValue ( object obj, string name, object parameters ) : object | ||
GetValue ( object obj, string name ) : object | ||
GetValue ( object obj, string name, object parameters ) : object | ||
IsNumber ( object obj ) : bool | ||
SetIndexedValue ( System array, object indexes, object value ) : void | ||
SetIndexedValue ( object obj, object indexes, object value ) : void | ||
SetValue ( object obj, string name, object value ) : void |
메소드 | 설명 | |
---|---|---|
GetIndexedValue ( IDictionary dictionary, object indexes ) : object | ||
GetIndexedValue ( IList list, object indexes ) : object | ||
GetIndexedValue ( System array, object indexes ) : object |
public static GetIndexedValue ( object obj, object indexes ) : object | ||
obj | object | |
indexes | object | |
리턴 | object |
public static GetNativeValue ( object obj, string name, object parameters ) : object | ||
obj | object | |
name | string | |
parameters | object | |
리턴 | object |
public static GetValue ( object obj, string name ) : object | ||
obj | object | |
name | string | |
리턴 | object |
public static GetValue ( object obj, string name, object parameters ) : object | ||
obj | object | |
name | string | |
parameters | object | |
리턴 | object |
public static SetIndexedValue ( System array, object indexes, object value ) : void | ||
array | System | |
indexes | object | |
value | object | |
리턴 | void |
public static SetIndexedValue ( object obj, object indexes, object value ) : void | ||
obj | object | |
indexes | object | |
value | object | |
리턴 | void |
public static SetValue ( object obj, string name, object value ) : void | ||
obj | object | |
name | string | |
value | object | |
리턴 | void |