|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for UnityEngine.AndroidJavaClass:
Collaboration diagram for UnityEngine.AndroidJavaClass:Public Member Functions | |
| AndroidJavaClass (string className) | |
| void | Dispose () |
| void | Call< T > (string methodName, T[] args) |
| void | Call (string methodName, params object[] args) |
| void | CallStatic< T > (string methodName, T[] args) |
| void | CallStatic (string methodName, params object[] args) |
| FieldType | Get< FieldType > (string fieldName) |
| void | Set< FieldType > (string fieldName, FieldType val) |
| FieldType | GetStatic< FieldType > (string fieldName) |
| void | SetStatic< FieldType > (string fieldName, FieldType val) |
| IntPtr | GetRawObject () |
| IntPtr | GetRawClass () |
| AndroidJavaObject | CloneReference () |
| ReturnType | Call< ReturnType, T > (string methodName, T[] args) |
| ReturnType | Call< ReturnType > (string methodName, params object[] args) |
| ReturnType | CallStatic< ReturnType, T > (string methodName, T[] args) |
| ReturnType | CallStatic< ReturnType > (string methodName, params object[] args) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
| void | DebugPrint (string msg) |
| void | DebugPrint (string call, string methodName, string signature, object[] args) |
| override void | Finalize () |
| void | _Call (string methodName, params object[] args) |
| ReturnType | _Call< ReturnType > (string methodName, params object[] args) |
| FieldType | _Get< FieldType > (string fieldName) |
| void | _Set< FieldType > (string fieldName, FieldType val) |
| void | _CallStatic (string methodName, params object[] args) |
| ReturnType | _CallStatic< ReturnType > (string methodName, params object[] args) |
| FieldType | _GetStatic< FieldType > (string fieldName) |
| void | _SetStatic< FieldType > (string fieldName, FieldType val) |
| IntPtr | _GetRawObject () |
| IntPtr | _GetRawClass () |
Package Functions | |
| AndroidJavaClass (IntPtr jclass) | |
Static Package Functions | |
| static AndroidJavaObject | AndroidJavaObjectDeleteLocalRef (IntPtr jobject) |
| static AndroidJavaClass | AndroidJavaClassDeleteLocalRef (IntPtr jclass) |
| static ReturnType | FromJavaArrayDeleteLocalRef< ReturnType > (IntPtr jobject) |
Package Attributes | |
| GlobalJavaObjectRef | m_jobject |
| GlobalJavaObjectRef | m_jclass |
Private Member Functions | |
| void | _AndroidJavaClass (string className) |
| void | _AndroidJavaObject (string className, params object[] args) |
Static Private Attributes | |
| static bool | enableDebugPrints |
Definition at line 9 of file AndroidJavaClass.cs.