메소드 | 설명 | |
---|---|---|
GetInstance ( |
||
GetValue ( object target, string name ) : object | ||
GetValueStatic ( object target, string name ) : object | ||
IsReadOnly ( string name ) : bool | ||
IsWriteOnly ( string name ) : bool | ||
SetValue ( object target, string name, object value ) : void | ||
SetValueStatic ( object target, string name, object value ) : void | ||
TryGetValue ( object target, string name, object &result ) : bool | ||
TryGetValueStatic ( object target, string name, object &result ) : bool |
public static GetInstance ( |
||
type | ||
리턴 |
public abstract GetValue ( object target, string name ) : object | ||
target | object | |
name | string | |
리턴 | object |
public static GetValueStatic ( object target, string name ) : object | ||
target | object | |
name | string | |
리턴 | object |
public abstract SetValue ( object target, string name, object value ) : void | ||
target | object | |
name | string | |
value | object | |
리턴 | void |
public static SetValueStatic ( object target, string name, object value ) : void | ||
target | object | |
name | string | |
value | object | |
리턴 | void |
public abstract TryGetValue ( object target, string name, object &result ) : bool | ||
target | object | |
name | string | |
result | object | |
리턴 | bool |
public static TryGetValueStatic ( object target, string name, object &result ) : bool | ||
target | object | |
name | string | |
result | object | |
리턴 | bool |