Method | Description | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetValue ( Object obj ) : Object | ||
IsDefined ( |
||
SetValue ( Object obj, Object value ) : void | ||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, |
Method | Description | |
---|---|---|
JSFieldInfo ( |
public GetCustomAttributes ( |
||
t | ||
inherit | bool | |
return | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
return | Object[] |
public IsDefined ( |
||
type | ||
inherit | bool | |
return | bool |
public SetValue ( Object obj, Object value ) : void | ||
obj | Object | |
value | Object | |
return | void |
public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, |
||
obj | Object | |
value | Object | |
invokeAttr | BindingFlags | |
binder | Binder | |
culture | ||
return | void |