Method | Description | |
---|---|---|
AllocObject ( |
||
AndroidJNI ( ) | ||
AttachCurrentThread ( ) : int | ||
CallBooleanMethod ( |
||
CallByteMethod ( |
||
CallCharMethod ( |
||
CallDoubleMethod ( |
||
CallFloatMethod ( |
||
CallIntMethod ( |
||
CallLongMethod ( |
||
CallObjectMethod ( |
||
CallShortMethod ( |
||
CallStaticBooleanMethod ( |
||
CallStaticByteMethod ( |
||
CallStaticCharMethod ( |
||
CallStaticDoubleMethod ( |
||
CallStaticFloatMethod ( |
||
CallStaticIntMethod ( |
||
CallStaticLongMethod ( |
||
CallStaticObjectMethod ( |
||
CallStaticShortMethod ( |
||
CallStaticStringMethod ( |
||
CallStaticVoidMethod ( |
||
CallStringMethod ( |
||
CallVoidMethod ( |
||
DeleteGlobalRef ( |
||
DeleteLocalRef ( |
||
DetachCurrentThread ( ) : int | ||
EnsureLocalCapacity ( int capacity ) : int | ||
ExceptionClear ( ) : void | ||
ExceptionDescribe ( ) : void | ||
ExceptionOccurred ( ) : |
||
FatalError ( string message ) : void | ||
FindClass ( string name ) : |
||
FromBooleanArray ( |
||
FromByteArray ( |
||
FromCharArray ( |
||
FromDoubleArray ( |
||
FromFloatArray ( |
||
FromIntArray ( |
||
FromLongArray ( |
||
FromObjectArray ( |
||
FromReflectedField ( |
||
FromReflectedMethod ( |
||
FromShortArray ( |
||
GetArrayLength ( |
||
GetBooleanArrayElement ( |
||
GetBooleanField ( |
||
GetByteArrayElement ( |
||
GetByteField ( |
||
GetCharArrayElement ( |
||
GetCharField ( |
||
GetDoubleArrayElement ( |
||
GetDoubleField ( |
||
GetFieldID ( |
||
GetFloatArrayElement ( |
||
GetFloatField ( |
||
GetIntArrayElement ( |
||
GetIntField ( |
||
GetLongArrayElement ( |
||
GetLongField ( |
||
GetMethodID ( |
||
GetObjectArrayElement ( |
||
GetObjectClass ( |
||
GetObjectField ( |
||
GetShortArrayElement ( |
||
GetShortField ( |
||
GetStaticBooleanField ( |
||
GetStaticByteField ( |
||
GetStaticCharField ( |
||
GetStaticDoubleField ( |
||
GetStaticFieldID ( |
||
GetStaticFloatField ( |
||
GetStaticIntField ( |
||
GetStaticLongField ( |
||
GetStaticMethodID ( |
||
GetStaticObjectField ( |
||
GetStaticShortField ( |
||
GetStaticStringField ( |
||
GetStringField ( |
||
GetStringUTFChars ( |
||
GetStringUTFLength ( |
||
GetSuperclass ( |
||
GetVersion ( ) : int | ||
IsAssignableFrom ( |
||
IsInstanceOf ( |
||
IsSameObject ( |
||
NewBooleanArray ( int size ) : |
||
NewByteArray ( int size ) : |
||
NewCharArray ( int size ) : |
||
NewDoubleArray ( int size ) : |
||
NewFloatArray ( int size ) : |
||
NewGlobalRef ( |
||
NewIntArray ( int size ) : |
||
NewLocalRef ( |
||
NewLongArray ( int size ) : |
||
NewObject ( |
||
NewObjectArray ( int size, |
||
NewShortArray ( int size ) : |
||
NewStringUTF ( string bytes ) : |
||
PopLocalFrame ( |
||
PushLocalFrame ( int capacity ) : int | ||
SetBooleanArrayElement ( |
||
SetBooleanField ( |
||
SetByteArrayElement ( |
||
SetByteField ( |
||
SetCharArrayElement ( |
||
SetCharField ( |
||
SetDoubleArrayElement ( |
||
SetDoubleField ( |
||
SetFloatArrayElement ( |
||
SetFloatField ( |
||
SetIntArrayElement ( |
||
SetIntField ( |
||
SetLongArrayElement ( |
||
SetLongField ( |
||
SetObjectArrayElement ( |
||
SetObjectField ( |
||
SetShortArrayElement ( |
||
SetShortField ( |
||
SetStaticBooleanField ( |
||
SetStaticByteField ( |
||
SetStaticCharField ( |
||
SetStaticDoubleField ( |
||
SetStaticFloatField ( |
||
SetStaticIntField ( |
||
SetStaticLongField ( |
||
SetStaticObjectField ( |
||
SetStaticShortField ( |
||
SetStaticStringField ( |
||
SetStringField ( |
||
Throw ( |
||
ThrowNew ( |
||
ToBooleanArray ( System.Boolean array ) : |
||
ToByteArray ( Byte array ) : |
||
ToCharArray ( Char array ) : |
||
ToDoubleArray ( Double array ) : |
||
ToFloatArray ( System.Single array ) : |
||
ToIntArray ( |
||
ToLongArray ( System.Int64 array ) : |
||
ToObjectArray ( |
||
ToReflectedField ( |
||
ToReflectedMethod ( |
||
ToShortArray ( |
Method | Description | |
---|---|---|
AndroidJNI ( ) : System | ||
FromBooleanArray ( |
||
FromByteArray ( |
||
FromCharArray ( |
||
FromDoubleArray ( |
||
FromFloatArray ( |
||
FromIntArray ( |
||
FromLongArray ( |
||
FromShortArray ( |
||
GetStaticIntField ( |
||
ToBooleanArray ( bool array ) : |
||
ToByteArray ( byte array ) : |
||
ToCharArray ( char array ) : |
||
ToDoubleArray ( double array ) : |
||
ToFloatArray ( float array ) : |
||
ToIntArray ( int array ) : |
||
ToLongArray ( long array ) : |
||
ToObjectArray ( |
||
ToShortArray ( short array ) : |
public static AllocObject ( |
||
clazz | ||
return |
public static CallBooleanMethod ( |
||
obj | ||
methodID | ||
args | ||
return | bool |
public static CallByteMethod ( |
||
obj | ||
methodID | ||
args | ||
return | byte |
public static CallCharMethod ( |
||
obj | ||
methodID | ||
args | ||
return | char |
public static CallDoubleMethod ( |
||
obj | ||
methodID | ||
args | ||
return | double |
public static CallFloatMethod ( |
||
obj | ||
methodID | ||
args | ||
return | float |
public static CallIntMethod ( |
||
obj | ||
methodID | ||
args | ||
return | int |
public static CallLongMethod ( |
||
obj | ||
methodID | ||
args | ||
return | long |
public static CallObjectMethod ( |
||
obj | ||
methodID | ||
args | ||
return |
public static CallShortMethod ( |
||
obj | ||
methodID | ||
args | ||
return | short |
public static CallStaticBooleanMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | bool |
public static CallStaticByteMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | byte |
public static CallStaticCharMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | char |
public static CallStaticDoubleMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | double |
public static CallStaticFloatMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | float |
public static CallStaticIntMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | int |
public static CallStaticLongMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | long |
public static CallStaticObjectMethod ( |
||
clazz | ||
methodID | ||
args | ||
return |
public static CallStaticShortMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | short |
public static CallStaticStringMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | string |
public static CallStaticVoidMethod ( |
||
clazz | ||
methodID | ||
args | ||
return | void |
public static CallStringMethod ( |
||
obj | ||
methodID | ||
args | ||
return | string |
public static CallVoidMethod ( |
||
obj | ||
methodID | ||
args | ||
return | void |
public static DeleteGlobalRef ( |
||
obj | ||
return | void |
public static DeleteLocalRef ( |
||
obj | ||
return | void |
public static EnsureLocalCapacity ( int capacity ) : int | ||
capacity | int | |
return | int |
public static ExceptionOccurred ( ) : |
||
return |
public static FatalError ( string message ) : void | ||
message | string | |
return | void |
public static FindClass ( string name ) : |
||
name | string | |
return |
public static FromBooleanArray ( |
||
array | ||
return | System.Boolean[] |
public static FromByteArray ( |
||
array | ||
return | Byte[] |
public static FromCharArray ( |
||
array | ||
return | Char[] |
public static FromDoubleArray ( |
||
array | ||
return | Double[] |
public static FromFloatArray ( |
||
array | ||
return | System.Single[] |
public static FromIntArray ( |
||
array | ||
return | System.Int32[] |
public static FromLongArray ( |
||
array | ||
return | System.Int64[] |
public static FromObjectArray ( |
||
array | ||
return | System.IntPtr[] |
public static FromReflectedField ( |
||
refField | ||
return |
public static FromReflectedMethod ( |
||
refMethod | ||
return |
public static FromShortArray ( |
||
array | ||
return | System.Int16[] |
public static GetArrayLength ( |
||
array | ||
return | int |
public static GetBooleanArrayElement ( |
||
array | ||
index | int | |
return | bool |
public static GetBooleanField ( |
||
obj | ||
fieldID | ||
return | bool |
public static GetByteArrayElement ( |
||
array | ||
index | int | |
return | byte |
public static GetByteField ( |
||
obj | ||
fieldID | ||
return | byte |
public static GetCharArrayElement ( |
||
array | ||
index | int | |
return | char |
public static GetCharField ( |
||
obj | ||
fieldID | ||
return | char |
public static GetDoubleArrayElement ( |
||
array | ||
index | int | |
return | double |
public static GetDoubleField ( |
||
obj | ||
fieldID | ||
return | double |
public static GetFieldID ( |
||
clazz | ||
name | string | |
sig | string | |
return |
public static GetFloatArrayElement ( |
||
array | ||
index | int | |
return | float |
public static GetFloatField ( |
||
obj | ||
fieldID | ||
return | float |
public static GetIntArrayElement ( |
||
array | ||
index | int | |
return | int |
public static GetIntField ( |
||
obj | ||
fieldID | ||
return | int |
public static GetLongArrayElement ( |
||
array | ||
index | int | |
return | long |
public static GetLongField ( |
||
obj | ||
fieldID | ||
return | long |
public static GetMethodID ( |
||
clazz | ||
name | string | |
sig | string | |
return |
public static GetObjectArrayElement ( |
||
array | ||
index | int | |
return |
public static GetObjectClass ( |
||
obj | ||
return |
public static GetObjectField ( |
||
obj | ||
fieldID | ||
return |
public static GetShortArrayElement ( |
||
array | ||
index | int | |
return | short |
public static GetShortField ( |
||
obj | ||
fieldID | ||
return | short |
public static GetStaticBooleanField ( |
||
clazz | ||
fieldID | ||
return | bool |
public static GetStaticByteField ( |
||
clazz | ||
fieldID | ||
return | byte |
public static GetStaticCharField ( |
||
clazz | ||
fieldID | ||
return | char |
public static GetStaticDoubleField ( |
||
clazz | ||
fieldID | ||
return | double |
public static GetStaticFieldID ( |
||
clazz | ||
name | string | |
sig | string | |
return |
public static GetStaticFloatField ( |
||
clazz | ||
fieldID | ||
return | float |
public static GetStaticIntField ( |
||
clazz | ||
fieldID | ||
return | long |
public static GetStaticLongField ( |
||
clazz | ||
fieldID | ||
return | long |
public static GetStaticMethodID ( |
||
clazz | ||
name | string | |
sig | string | |
return |
public static GetStaticObjectField ( |
||
clazz | ||
fieldID | ||
return |
public static GetStaticShortField ( |
||
clazz | ||
fieldID | ||
return | short |
public static GetStaticStringField ( |
||
clazz | ||
fieldID | ||
return | string |
public static GetStringField ( |
||
obj | ||
fieldID | ||
return | string |
public static GetStringUTFChars ( |
||
str | ||
return | string |
public static GetStringUTFLength ( |
||
str | ||
return | int |
public static GetSuperclass ( |
||
clazz | ||
return |
public static IsAssignableFrom ( |
||
clazz1 | ||
clazz2 | ||
return | bool |
public static IsInstanceOf ( |
||
obj | ||
clazz | ||
return | bool |
public static IsSameObject ( |
||
obj1 | ||
obj2 | ||
return | bool |
public static NewBooleanArray ( int size ) : |
||
size | int | |
return |
public static NewByteArray ( int size ) : |
||
size | int | |
return |
public static NewCharArray ( int size ) : |
||
size | int | |
return |
public static NewDoubleArray ( int size ) : |
||
size | int | |
return |
public static NewFloatArray ( int size ) : |
||
size | int | |
return |
public static NewGlobalRef ( |
||
obj | ||
return |
public static NewIntArray ( int size ) : |
||
size | int | |
return |
public static NewLocalRef ( |
||
obj | ||
return |
public static NewLongArray ( int size ) : |
||
size | int | |
return |
public static NewObject ( |
||
clazz | ||
methodID | ||
args | ||
return |
public static NewObjectArray ( int size, |
||
size | int | |
clazz | ||
obj | ||
return |
public static NewShortArray ( int size ) : |
||
size | int | |
return |
public static NewStringUTF ( string bytes ) : |
||
bytes | string | |
return |
public static PopLocalFrame ( |
||
result | ||
return |
public static PushLocalFrame ( int capacity ) : int | ||
capacity | int | |
return | int |
public static SetBooleanArrayElement ( |
||
array | ||
index | int | |
val | byte | |
return | void |
public static SetBooleanField ( |
||
obj | ||
fieldID | ||
val | bool | |
return | void |
public static SetByteArrayElement ( |
||
array | ||
index | int | |
val | sbyte | |
return | void |
public static SetByteField ( |
||
obj | ||
fieldID | ||
val | byte | |
return | void |
public static SetCharArrayElement ( |
||
array | ||
index | int | |
val | char | |
return | void |
public static SetCharField ( |
||
obj | ||
fieldID | ||
val | char | |
return | void |
public static SetDoubleArrayElement ( |
||
array | ||
index | int | |
val | double | |
return | void |
public static SetDoubleField ( |
||
obj | ||
fieldID | ||
val | double | |
return | void |
public static SetFloatArrayElement ( |
||
array | ||
index | int | |
val | float | |
return | void |
public static SetFloatField ( |
||
obj | ||
fieldID | ||
val | float | |
return | void |
public static SetIntArrayElement ( |
||
array | ||
index | int | |
val | int | |
return | void |
public static SetIntField ( |
||
obj | ||
fieldID | ||
val | int | |
return | void |
public static SetLongArrayElement ( |
||
array | ||
index | int | |
val | long | |
return | void |
public static SetLongField ( |
||
obj | ||
fieldID | ||
val | long | |
return | void |
public static SetObjectArrayElement ( |
||
array | ||
index | int | |
obj | ||
return | void |
public static SetObjectField ( |
||
obj | ||
fieldID | ||
val | ||
return | void |
public static SetShortArrayElement ( |
||
array | ||
index | int | |
val | short | |
return | void |
public static SetShortField ( |
||
obj | ||
fieldID | ||
val | short | |
return | void |
public static SetStaticBooleanField ( |
||
clazz | ||
fieldID | ||
val | bool | |
return | void |
public static SetStaticByteField ( |
||
clazz | ||
fieldID | ||
val | byte | |
return | void |
public static SetStaticCharField ( |
||
clazz | ||
fieldID | ||
val | char | |
return | void |
public static SetStaticDoubleField ( |
||
clazz | ||
fieldID | ||
val | double | |
return | void |
public static SetStaticFloatField ( |
||
clazz | ||
fieldID | ||
val | float | |
return | void |
public static SetStaticIntField ( |
||
clazz | ||
fieldID | ||
val | int | |
return | void |
public static SetStaticLongField ( |
||
clazz | ||
fieldID | ||
val | long | |
return | void |
public static SetStaticObjectField ( |
||
clazz | ||
fieldID | ||
val | ||
return | void |
public static SetStaticShortField ( |
||
clazz | ||
fieldID | ||
val | short | |
return | void |
public static SetStaticStringField ( |
||
clazz | ||
fieldID | ||
val | string | |
return | void |
public static SetStringField ( |
||
obj | ||
fieldID | ||
val | string | |
return | void |
public static ThrowNew ( |
||
clazz | ||
message | string | |
return | int |
public static ToBooleanArray ( System.Boolean array ) : |
||
array | System.Boolean | |
return |
public static ToByteArray ( Byte array ) : |
||
array | Byte | |
return |
public static ToCharArray ( Char array ) : |
||
array | Char | |
return |
public static ToDoubleArray ( Double array ) : |
||
array | Double | |
return |
public static ToFloatArray ( System.Single array ) : |
||
array | System.Single | |
return |
public static ToIntArray ( |
||
array | ||
return |
public static ToLongArray ( System.Int64 array ) : |
||
array | System.Int64 | |
return |
public static ToObjectArray ( |
||
array | ||
return |
public static ToReflectedField ( |
||
clazz | ||
fieldID | ||
isStatic | bool | |
return |
public static ToReflectedMethod ( |
||
clazz | ||
methodID | ||
isStatic | bool | |
return |
public static ToShortArray ( |
||
array | ||
return |