| 
| static IntPtr  | CreateJavaProxy (IntPtr delegateHandle, AndroidJavaProxy proxy) | 
|   | 
| static IntPtr  | CreateJavaRunnable (AndroidJavaRunnable jrunnable) | 
|   | 
| static IntPtr  | InvokeJavaProxyMethod (AndroidJavaProxy proxy, IntPtr jmethodName, IntPtr jargs) | 
|   | 
| static jvalue[]  | CreateJNIArgArray (object[] args) | 
|   | 
| static object  | UnboxArray (AndroidJavaObject obj) | 
|   | 
| static object  | Unbox (AndroidJavaObject obj) | 
|   | 
| static AndroidJavaObject  | Box (object obj) | 
|   | 
| static void  | DeleteJNIArgArray (object[] args, jvalue[] jniArgs) | 
|   | 
| static IntPtr  | ConvertToJNIArray (Array array) | 
|   | 
| static ArrayType  | ConvertFromJNIArray< ArrayType > (IntPtr array) | 
|   | 
| static IntPtr  | GetConstructorID (IntPtr jclass, object[] args) | 
|   | 
| static IntPtr  | GetMethodID (IntPtr jclass, string methodName, object[] args, bool isStatic) | 
|   | 
| static IntPtr  | GetMethodID< ReturnType > (IntPtr jclass, string methodName, object[] args, bool isStatic) | 
|   | 
| static IntPtr  | GetFieldID< ReturnType > (IntPtr jclass, string fieldName, bool isStatic) | 
|   | 
| static IntPtr  | GetConstructorID (IntPtr jclass, string signature) | 
|   | 
| static IntPtr  | GetMethodID (IntPtr jclass, string methodName, string signature, bool isStatic) | 
|   | 
| static IntPtr  | GetFieldID (IntPtr jclass, string fieldName, string signature, bool isStatic) | 
|   | 
| static string  | GetSignature (object obj) | 
|   | 
| static string  | GetSignature (object[] args) | 
|   | 
| static string  | GetSignature< ReturnType > (object[] args) | 
|   | 
Definition at line 11 of file _AndroidJNIHelper.cs.