Method | Description | |
---|---|---|
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetGetMethod ( bool nonPublic ) : |
||
GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
GetSetMethod ( bool nonPublic ) : |
||
GetWrappedObject ( ) : Object | ||
IsDefined ( |
Method | Description | |
---|---|---|
GetClassFullName ( ) : String | ||
GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, |
||
JSWrappedProperty ( |
||
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, |
public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
return | System.Reflection.MethodInfo[] |
public GetCustomAttributes ( |
||
t | ||
inherit | bool | |
return | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
return | Object[] |
public GetGetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
return | System.Reflection.ParameterInfo[] |
public GetSetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public IsDefined ( |
||
type | ||
inherit | bool | |
return | bool |