Метод | Описание | |
---|---|---|
GetCustomAttributes ( bool inherit ) : object[] | ||
GetCustomAttributes ( global attributeType, bool inherit ) : object[] | ||
IsDefined ( global attributeType, bool inherit ) : bool |
Метод | Описание | |
---|---|---|
@__ICustomAttributeProvider ( global @__env ) | ||
@__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List |
||
GetCustomAttributes0 ( global @__envp, global @__obj, bool inherit ) : global::net.sf.jni4net.utils.JniHandle | ||
GetCustomAttributes1 ( global @__envp, global @__obj, global attributeType, bool inherit ) : global::net.sf.jni4net.utils.JniHandle | ||
InitJNI ( global @__env, java @__class ) : void | ||
IsDefined2 ( global @__envp, global @__obj, global attributeType, bool inherit ) : bool |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
Результат | object[] |
public GetCustomAttributes ( global attributeType, bool inherit ) : object[] | ||
attributeType | global | |
inherit | bool | |
Результат | object[] |
public IsDefined ( global attributeType, bool inherit ) : bool | ||
attributeType | global | |
inherit | bool | |
Результат | bool |