Method | Description | |
---|---|---|
GetConstructorMember ( |
||
GetFieldMember ( |
||
GetMethodMember ( |
||
IsAssignableFrom ( System t, System from ) : bool | ||
IsPrimitive ( System t ) : bool | ||
NewProxyInstance ( int delegateHandle, IntPtr interfaze ) : IntPtr |
Method | Description | |
---|---|---|
GetStaticMethodID ( string clazz, string methodName, string signature ) : |
public static GetConstructorMember ( |
||
jclass | ||
signature | string | |
return |
public static GetFieldMember ( |
||
jclass | ||
fieldName | string | |
signature | string | |
isStatic | bool | |
return |
public static GetMethodMember ( |
||
jclass | ||
methodName | string | |
signature | string | |
isStatic | bool | |
return |
public static IsAssignableFrom ( System t, System from ) : bool | ||
t | System | |
from | System | |
return | bool |
public static IsPrimitive ( System t ) : bool | ||
t | System | |
return | bool |
public static NewProxyInstance ( int delegateHandle, IntPtr interfaze ) : IntPtr | ||
delegateHandle | int | |
interfaze | IntPtr | |
return | IntPtr |