Méthode | Description | |
---|---|---|
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetGetMethod ( bool nonPublic ) : |
||
GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
GetSetMethod ( bool nonPublic ) : |
||
GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, |
||
IsDefined ( |
||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, |
Méthode | Description | |
---|---|---|
JSPropertyInfo ( |
public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
Résultat | System.Reflection.MethodInfo[] |
public GetCustomAttributes ( |
||
t | ||
inherit | bool | |
Résultat | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
Résultat | Object[] |
public GetGetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Résultat |
public GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
Résultat | System.Reflection.ParameterInfo[] |
public GetSetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
Résultat |
public GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, |
||
obj | Object | |
invokeAttr | BindingFlags | |
binder | Binder | |
index | Object | |
culture | ||
Résultat | Object |
public IsDefined ( |
||
type | ||
inherit | bool | |
Résultat | bool |
public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, |
||
obj | Object | |
value | Object | |
invokeAttr | BindingFlags | |
binder | Binder | |
index | Object | |
culture | ||
Résultat | void |