Method | Description | |
---|---|---|
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 | ||
return |
public abstract GetValue ( object target, string name ) : object | ||
target | object | |
name | string | |
return | object |
public static GetValueStatic ( object target, string name ) : object | ||
target | object | |
name | string | |
return | object |
public abstract IsReadOnly ( string name ) : bool | ||
name | string | |
return | bool |
public abstract IsWriteOnly ( string name ) : bool | ||
name | string | |
return | bool |
public abstract SetValue ( object target, string name, object value ) : void | ||
target | object | |
name | string | |
value | object | |
return | void |
public static SetValueStatic ( object target, string name, object value ) : void | ||
target | object | |
name | string | |
value | object | |
return | void |
public abstract TryGetValue ( object target, string name, object &result ) : bool | ||
target | object | |
name | string | |
result | object | |
return | bool |
public static TryGetValueStatic ( object target, string name, object &result ) : bool | ||
target | object | |
name | string | |
result | object | |
return | bool |