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
Loading...
Searching...
No Matches
AndroidJNI.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 [StaticAccessor("AndroidJNIBindingsHelpers", StaticAccessorType.DoubleColon)]
10 [NativeHeader("Modules/AndroidJNI/Public/AndroidJNIBindingsHelpers.h")]
11 [NativeConditional("PLATFORM_ANDROID")]
12 [global::Cpp2ILInjected.Token(Token = "0x200000E")]
13 public static class AndroidJNI
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x60000DD")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F64984", Offset = "0x1F64984", Length = "0x28")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 [MethodImpl(4096)]
21 public static extern int AttachCurrentThread();
22
24 [global::Cpp2ILInjected.Token(Token = "0x60000DE")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1F649AC", Offset = "0x1F649AC", Length = "0x28")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
28 [MethodImpl(4096)]
29 public static extern int DetachCurrentThread();
30
32 [global::Cpp2ILInjected.Token(Token = "0x60000DF")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1F649D4", Offset = "0x1F649D4", Length = "0x28")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 [MethodImpl(4096)]
37 public static extern int GetVersion();
38
40 [global::Cpp2ILInjected.Token(Token = "0x60000E0")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1F575D4", Offset = "0x1F575D4", Length = "0x3C")]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AndroidImmersive", Member = "GetSDKLevel", ReturnType = typeof(int))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
45 [MethodImpl(4096)]
46 public static extern IntPtr FindClass(string name);
47
49 [global::Cpp2ILInjected.Token(Token = "0x60000E1")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1F580E8", Offset = "0x1F580E8", Length = "0x3C")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
53 [MethodImpl(4096)]
55
57 [global::Cpp2ILInjected.Token(Token = "0x60000E2")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1F649FC", Offset = "0x1F649FC", Length = "0x3C")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
61 [MethodImpl(4096)]
63
65 [global::Cpp2ILInjected.Token(Token = "0x60000E3")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1F64A38", Offset = "0x1F64A38", Length = "0x54")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
69 [MethodImpl(4096)]
71
73 [global::Cpp2ILInjected.Token(Token = "0x60000E4")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1F64A8C", Offset = "0x1F64A8C", Length = "0x54")]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
77 [MethodImpl(4096)]
79
81 [global::Cpp2ILInjected.Token(Token = "0x60000E5")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1F64AE0", Offset = "0x1F64AE0", Length = "0x3C")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
85 [MethodImpl(4096)]
86 public static extern IntPtr GetSuperclass(IntPtr clazz);
87
89 [global::Cpp2ILInjected.Token(Token = "0x60000E6")]
90 [global::Cpp2ILInjected.Address(RVA = "0x1F64B1C", Offset = "0x1F64B1C", Length = "0x44")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
93 [MethodImpl(4096)]
94 public static extern bool IsAssignableFrom(IntPtr clazz1, IntPtr clazz2);
95
97 [global::Cpp2ILInjected.Token(Token = "0x60000E7")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1F64B60", Offset = "0x1F64B60", Length = "0x3C")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
101 [MethodImpl(4096)]
102 public static extern int Throw(IntPtr obj);
103
104 [ThreadSafe]
105 [global::Cpp2ILInjected.Token(Token = "0x60000E8")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1F64B9C", Offset = "0x1F64B9C", Length = "0x44")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
109 [MethodImpl(4096)]
110 public static extern int ThrowNew(IntPtr clazz, string message);
111
112 [ThreadSafe]
113 [global::Cpp2ILInjected.Token(Token = "0x60000E9")]
114 [global::Cpp2ILInjected.Address(RVA = "0x1F57584", Offset = "0x1F57584", Length = "0x28")]
115 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
116 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
117 [MethodImpl(4096)]
118 public static extern IntPtr ExceptionOccurred();
119
120 [ThreadSafe]
121 [global::Cpp2ILInjected.Token(Token = "0x60000EA")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1F64BE0", Offset = "0x1F64BE0", Length = "0x28")]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
125 [MethodImpl(4096)]
126 public static extern void ExceptionDescribe();
127
128 [ThreadSafe]
129 [global::Cpp2ILInjected.Token(Token = "0x60000EB")]
130 [global::Cpp2ILInjected.Address(RVA = "0x1F575AC", Offset = "0x1F575AC", Length = "0x28")]
131 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
132 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
133 [MethodImpl(4096)]
134 public static extern void ExceptionClear();
135
136 [ThreadSafe]
137 [global::Cpp2ILInjected.Token(Token = "0x60000EC")]
138 [global::Cpp2ILInjected.Address(RVA = "0x1F64C08", Offset = "0x1F64C08", Length = "0x3C")]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
141 [MethodImpl(4096)]
142 public static extern void FatalError(string message);
143
144 [ThreadSafe]
145 [global::Cpp2ILInjected.Token(Token = "0x60000ED")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1F639B8", Offset = "0x1F639B8", Length = "0x3C")]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
148 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
149 [MethodImpl(4096)]
150 public static extern int PushLocalFrame(int capacity);
151
152 [ThreadSafe]
153 [global::Cpp2ILInjected.Token(Token = "0x60000EE")]
154 [global::Cpp2ILInjected.Address(RVA = "0x1F64C44", Offset = "0x1F64C44", Length = "0x3C")]
155 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
156 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
157 [MethodImpl(4096)]
158 public static extern IntPtr PopLocalFrame(IntPtr ptr);
159
160 [ThreadSafe]
161 [global::Cpp2ILInjected.Token(Token = "0x60000EF")]
162 [global::Cpp2ILInjected.Address(RVA = "0x1F5D51C", Offset = "0x1F5D51C", Length = "0x3C")]
163 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
164 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
165 [MethodImpl(4096)]
166 public static extern IntPtr NewGlobalRef(IntPtr obj);
167
168 [ThreadSafe]
169 [global::Cpp2ILInjected.Token(Token = "0x60000F0")]
170 [global::Cpp2ILInjected.Address(RVA = "0x1F57860", Offset = "0x1F57860", Length = "0x3C")]
171 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
172 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
173 [MethodImpl(4096)]
174 public static extern void DeleteGlobalRef(IntPtr obj);
175
176 [ThreadSafe]
177 [global::Cpp2ILInjected.Token(Token = "0x60000F1")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1F5F7F0", Offset = "0x1F5F7F0", Length = "0x3C")]
179 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
180 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
181 [MethodImpl(4096)]
182 public static extern IntPtr NewWeakGlobalRef(IntPtr obj);
183
184 [ThreadSafe]
185 [global::Cpp2ILInjected.Token(Token = "0x60000F2")]
186 [global::Cpp2ILInjected.Address(RVA = "0x1F57928", Offset = "0x1F57928", Length = "0x3C")]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
189 [MethodImpl(4096)]
190 public static extern void DeleteWeakGlobalRef(IntPtr obj);
191
192 [ThreadSafe]
193 [global::Cpp2ILInjected.Token(Token = "0x60000F3")]
194 [global::Cpp2ILInjected.Address(RVA = "0x1F5F6F8", Offset = "0x1F5F6F8", Length = "0x3C")]
195 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
196 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
197 [MethodImpl(4096)]
198 public static extern IntPtr NewLocalRef(IntPtr obj);
199
200 [ThreadSafe]
201 [global::Cpp2ILInjected.Token(Token = "0x60000F4")]
202 [global::Cpp2ILInjected.Address(RVA = "0x1F579F0", Offset = "0x1F579F0", Length = "0x3C")]
203 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
204 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
205 [MethodImpl(4096)]
206 public static extern void DeleteLocalRef(IntPtr obj);
207
208 [ThreadSafe]
209 [global::Cpp2ILInjected.Token(Token = "0x60000F5")]
210 [global::Cpp2ILInjected.Address(RVA = "0x1F5F4E8", Offset = "0x1F5F4E8", Length = "0x44")]
211 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
212 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
213 [MethodImpl(4096)]
214 public static extern bool IsSameObject(IntPtr obj1, IntPtr obj2);
215
216 [ThreadSafe]
217 [global::Cpp2ILInjected.Token(Token = "0x60000F6")]
218 [global::Cpp2ILInjected.Address(RVA = "0x1F64C80", Offset = "0x1F64C80", Length = "0x3C")]
219 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
220 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
221 [MethodImpl(4096)]
222 public static extern int EnsureLocalCapacity(int capacity);
223
224 [ThreadSafe]
225 [global::Cpp2ILInjected.Token(Token = "0x60000F7")]
226 [global::Cpp2ILInjected.Address(RVA = "0x1F64CBC", Offset = "0x1F64CBC", Length = "0x3C")]
227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
228 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
229 [MethodImpl(4096)]
230 public static extern IntPtr AllocObject(IntPtr clazz);
231
232 [ThreadSafe]
233 [global::Cpp2ILInjected.Token(Token = "0x60000F8")]
234 [global::Cpp2ILInjected.Address(RVA = "0x1F5827C", Offset = "0x1F5827C", Length = "0x54")]
235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
236 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
237 [MethodImpl(4096)]
238 public static extern IntPtr NewObject(IntPtr clazz, IntPtr methodID, jvalue[] args);
239
240 [ThreadSafe]
241 [global::Cpp2ILInjected.Token(Token = "0x60000F9")]
242 [global::Cpp2ILInjected.Address(RVA = "0x1F57C84", Offset = "0x1F57C84", Length = "0x3C")]
243 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
244 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
245 [MethodImpl(4096)]
246 public static extern IntPtr GetObjectClass(IntPtr obj);
247
248 [ThreadSafe]
249 [global::Cpp2ILInjected.Token(Token = "0x60000FA")]
250 [global::Cpp2ILInjected.Address(RVA = "0x1F64CF8", Offset = "0x1F64CF8", Length = "0x44")]
251 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
252 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
253 [MethodImpl(4096)]
254 public static extern bool IsInstanceOf(IntPtr obj, IntPtr clazz);
255
256 [ThreadSafe]
257 [global::Cpp2ILInjected.Token(Token = "0x60000FB")]
258 [global::Cpp2ILInjected.Address(RVA = "0x1F57610", Offset = "0x1F57610", Length = "0x54")]
259 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
260 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
261 [MethodImpl(4096)]
262 public static extern IntPtr GetMethodID(IntPtr clazz, string name, string sig);
263
264 [ThreadSafe]
265 [global::Cpp2ILInjected.Token(Token = "0x60000FC")]
266 [global::Cpp2ILInjected.Address(RVA = "0x1F57EE8", Offset = "0x1F57EE8", Length = "0x54")]
267 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
268 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
269 [MethodImpl(4096)]
270 public static extern IntPtr GetFieldID(IntPtr clazz, string name, string sig);
271
272 [ThreadSafe]
273 [global::Cpp2ILInjected.Token(Token = "0x60000FD")]
274 [global::Cpp2ILInjected.Address(RVA = "0x1F57664", Offset = "0x1F57664", Length = "0x54")]
275 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
276 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
277 [MethodImpl(4096)]
278 public static extern IntPtr GetStaticMethodID(IntPtr clazz, string name, string sig);
279
280 [ThreadSafe]
281 [global::Cpp2ILInjected.Token(Token = "0x60000FE")]
282 [global::Cpp2ILInjected.Address(RVA = "0x1F57FF4", Offset = "0x1F57FF4", Length = "0x54")]
283 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AndroidImmersive", Member = "GetSDKLevel", ReturnType = typeof(int))]
284 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
285 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
286 [MethodImpl(4096)]
287 public static extern IntPtr GetStaticFieldID(IntPtr clazz, string name, string sig);
288
289 [global::Cpp2ILInjected.Token(Token = "0x60000FF")]
290 [global::Cpp2ILInjected.Address(RVA = "0x1F57ACC", Offset = "0x1F57ACC", Length = "0x3C")]
291 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
292 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
293 public static IntPtr NewString(string chars)
294 {
295 throw null;
296 }
297
298 [ThreadSafe]
299 [global::Cpp2ILInjected.Token(Token = "0x6000100")]
300 [global::Cpp2ILInjected.Address(RVA = "0x1F64D3C", Offset = "0x1F64D3C", Length = "0x3C")]
301 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
302 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
303 [MethodImpl(4096)]
304 private static extern IntPtr NewStringFromStr(string chars);
305
306 [ThreadSafe]
307 [global::Cpp2ILInjected.Token(Token = "0x6000101")]
308 [global::Cpp2ILInjected.Address(RVA = "0x1F64D78", Offset = "0x1F64D78", Length = "0x3C")]
309 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
310 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
311 [MethodImpl(4096)]
312 public static extern IntPtr NewString(char[] chars);
313
314 [ThreadSafe]
315 [global::Cpp2ILInjected.Token(Token = "0x6000102")]
316 [global::Cpp2ILInjected.Address(RVA = "0x1F64DB4", Offset = "0x1F64DB4", Length = "0x3C")]
317 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
318 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
319 [MethodImpl(4096)]
320 public static extern IntPtr NewStringUTF(string bytes);
321
322 [ThreadSafe]
323 [global::Cpp2ILInjected.Token(Token = "0x6000103")]
324 [global::Cpp2ILInjected.Address(RVA = "0x1F57BA8", Offset = "0x1F57BA8", Length = "0x3C")]
325 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
326 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
327 [MethodImpl(4096)]
328 public static extern string GetStringChars(IntPtr str);
329
330 [ThreadSafe]
331 [global::Cpp2ILInjected.Token(Token = "0x6000104")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1F64DF0", Offset = "0x1F64DF0", Length = "0x3C")]
333 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
334 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
335 [MethodImpl(4096)]
336 public static extern int GetStringLength(IntPtr str);
337
338 [ThreadSafe]
339 [global::Cpp2ILInjected.Token(Token = "0x6000105")]
340 [global::Cpp2ILInjected.Address(RVA = "0x1F64E2C", Offset = "0x1F64E2C", Length = "0x3C")]
341 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
342 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
343 [MethodImpl(4096)]
344 public static extern int GetStringUTFLength(IntPtr str);
345
346 [ThreadSafe]
347 [global::Cpp2ILInjected.Token(Token = "0x6000106")]
348 [global::Cpp2ILInjected.Address(RVA = "0x1F64E68", Offset = "0x1F64E68", Length = "0x3C")]
349 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
350 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
351 [MethodImpl(4096)]
352 public static extern string GetStringUTFChars(IntPtr str);
353
354 [ThreadSafe]
355 [global::Cpp2ILInjected.Token(Token = "0x6000107")]
356 [global::Cpp2ILInjected.Address(RVA = "0x1F576B8", Offset = "0x1F576B8", Length = "0x54")]
357 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
358 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
359 [MethodImpl(4096)]
360 public static extern string CallStringMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
361
362 [ThreadSafe]
363 [global::Cpp2ILInjected.Token(Token = "0x6000108")]
364 [global::Cpp2ILInjected.Address(RVA = "0x1F5B7C4", Offset = "0x1F5B7C4", Length = "0x54")]
365 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
366 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
367 [MethodImpl(4096)]
368 public static extern IntPtr CallObjectMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
369
370 [ThreadSafe]
371 [global::Cpp2ILInjected.Token(Token = "0x6000109")]
372 [global::Cpp2ILInjected.Address(RVA = "0x1F5C0F4", Offset = "0x1F5C0F4", Length = "0x54")]
373 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
374 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
375 [MethodImpl(4096)]
376 public static extern int CallIntMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
377
378 [ThreadSafe]
379 [global::Cpp2ILInjected.Token(Token = "0x600010A")]
380 [global::Cpp2ILInjected.Address(RVA = "0x1F5BFE8", Offset = "0x1F5BFE8", Length = "0x54")]
381 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
382 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
383 [MethodImpl(4096)]
384 public static extern bool CallBooleanMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
385
386 [ThreadSafe]
387 [global::Cpp2ILInjected.Token(Token = "0x600010B")]
388 [global::Cpp2ILInjected.Address(RVA = "0x1F5BDD0", Offset = "0x1F5BDD0", Length = "0x54")]
389 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
390 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
391 [MethodImpl(4096)]
392 public static extern short CallShortMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
393
394 [Obsolete("AndroidJNI.CallByteMethod is obsolete. Use AndroidJNI.CallSByteMethod method instead")]
395 [global::Cpp2ILInjected.Token(Token = "0x600010C")]
396 [global::Cpp2ILInjected.Address(RVA = "0x1F64EA4", Offset = "0x1F64EA4", Length = "0x54")]
397 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
398 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
399 public static byte CallByteMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
400 {
401 throw null;
402 }
403
404 [ThreadSafe]
405 [global::Cpp2ILInjected.Token(Token = "0x600010D")]
406 [global::Cpp2ILInjected.Address(RVA = "0x1F5BEDC", Offset = "0x1F5BEDC", Length = "0x54")]
407 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
408 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
409 [MethodImpl(4096)]
410 public static extern sbyte CallSByteMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
411
412 [ThreadSafe]
413 [global::Cpp2ILInjected.Token(Token = "0x600010E")]
414 [global::Cpp2ILInjected.Address(RVA = "0x1F5B988", Offset = "0x1F5B988", Length = "0x54")]
415 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
416 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
417 [MethodImpl(4096)]
418 public static extern char CallCharMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
419
420 [ThreadSafe]
421 [global::Cpp2ILInjected.Token(Token = "0x600010F")]
422 [global::Cpp2ILInjected.Address(RVA = "0x1F5BBB8", Offset = "0x1F5BBB8", Length = "0x54")]
423 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
424 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
425 [MethodImpl(4096)]
426 public static extern float CallFloatMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
427
428 [ThreadSafe]
429 [global::Cpp2ILInjected.Token(Token = "0x6000110")]
430 [global::Cpp2ILInjected.Address(RVA = "0x1F5BAA0", Offset = "0x1F5BAA0", Length = "0x54")]
431 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
432 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
433 [MethodImpl(4096)]
434 public static extern double CallDoubleMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
435
436 [ThreadSafe]
437 [global::Cpp2ILInjected.Token(Token = "0x6000111")]
438 [global::Cpp2ILInjected.Address(RVA = "0x1F5BCC4", Offset = "0x1F5BCC4", Length = "0x54")]
439 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
440 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
441 [MethodImpl(4096)]
442 public static extern long CallLongMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
443
444 [ThreadSafe]
445 [global::Cpp2ILInjected.Token(Token = "0x6000112")]
446 [global::Cpp2ILInjected.Address(RVA = "0x1F5B6B8", Offset = "0x1F5B6B8", Length = "0x54")]
447 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
448 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
449 [MethodImpl(4096)]
450 public static extern void CallVoidMethod(IntPtr obj, IntPtr methodID, jvalue[] args);
451
452 [ThreadSafe]
453 [global::Cpp2ILInjected.Token(Token = "0x6000113")]
454 [global::Cpp2ILInjected.Address(RVA = "0x1F5AE40", Offset = "0x1F5AE40", Length = "0x44")]
455 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
456 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
457 [MethodImpl(4096)]
458 public static extern string GetStringField(IntPtr obj, IntPtr fieldID);
459
460 [ThreadSafe]
461 [global::Cpp2ILInjected.Token(Token = "0x6000114")]
462 [global::Cpp2ILInjected.Address(RVA = "0x1F5AD54", Offset = "0x1F5AD54", Length = "0x44")]
463 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
464 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
465 [MethodImpl(4096)]
467
468 [ThreadSafe]
469 [global::Cpp2ILInjected.Token(Token = "0x6000115")]
470 [global::Cpp2ILInjected.Address(RVA = "0x1F5B4CC", Offset = "0x1F5B4CC", Length = "0x44")]
471 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
472 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
473 [MethodImpl(4096)]
474 public static extern bool GetBooleanField(IntPtr obj, IntPtr fieldID);
475
476 [Obsolete("AndroidJNI.GetByteField is obsolete. Use AndroidJNI.GetSByteField method instead")]
477 [global::Cpp2ILInjected.Token(Token = "0x6000116")]
478 [global::Cpp2ILInjected.Address(RVA = "0x1F64EF8", Offset = "0x1F64EF8", Length = "0x44")]
479 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
480 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
481 public static byte GetByteField(IntPtr obj, IntPtr fieldID)
482 {
483 throw null;
484 }
485
486 [ThreadSafe]
487 [global::Cpp2ILInjected.Token(Token = "0x6000117")]
488 [global::Cpp2ILInjected.Address(RVA = "0x1F5B3E0", Offset = "0x1F5B3E0", Length = "0x44")]
489 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
490 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
491 [MethodImpl(4096)]
492 public static extern sbyte GetSByteField(IntPtr obj, IntPtr fieldID);
493
494 [ThreadSafe]
495 [global::Cpp2ILInjected.Token(Token = "0x6000118")]
496 [global::Cpp2ILInjected.Address(RVA = "0x1F5AF2C", Offset = "0x1F5AF2C", Length = "0x44")]
497 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
498 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
499 [MethodImpl(4096)]
500 public static extern char GetCharField(IntPtr obj, IntPtr fieldID);
501
502 [ThreadSafe]
503 [global::Cpp2ILInjected.Token(Token = "0x6000119")]
504 [global::Cpp2ILInjected.Address(RVA = "0x1F5B2F4", Offset = "0x1F5B2F4", Length = "0x44")]
505 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
506 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
507 [MethodImpl(4096)]
508 public static extern short GetShortField(IntPtr obj, IntPtr fieldID);
509
510 [ThreadSafe]
511 [global::Cpp2ILInjected.Token(Token = "0x600011A")]
512 [global::Cpp2ILInjected.Address(RVA = "0x1F5B5B8", Offset = "0x1F5B5B8", Length = "0x44")]
513 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
514 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
515 [MethodImpl(4096)]
516 public static extern int GetIntField(IntPtr obj, IntPtr fieldID);
517
518 [ThreadSafe]
519 [global::Cpp2ILInjected.Token(Token = "0x600011B")]
520 [global::Cpp2ILInjected.Address(RVA = "0x1F5B208", Offset = "0x1F5B208", Length = "0x44")]
521 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
522 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
523 [MethodImpl(4096)]
524 public static extern long GetLongField(IntPtr obj, IntPtr fieldID);
525
526 [ThreadSafe]
527 [global::Cpp2ILInjected.Token(Token = "0x600011C")]
528 [global::Cpp2ILInjected.Address(RVA = "0x1F5B11C", Offset = "0x1F5B11C", Length = "0x44")]
529 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
530 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
531 [MethodImpl(4096)]
532 public static extern float GetFloatField(IntPtr obj, IntPtr fieldID);
533
534 [ThreadSafe]
535 [global::Cpp2ILInjected.Token(Token = "0x600011D")]
536 [global::Cpp2ILInjected.Address(RVA = "0x1F5B024", Offset = "0x1F5B024", Length = "0x44")]
537 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
538 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
539 [MethodImpl(4096)]
540 public static extern double GetDoubleField(IntPtr obj, IntPtr fieldID);
541
542 [ThreadSafe]
543 [global::Cpp2ILInjected.Token(Token = "0x600011E")]
544 [global::Cpp2ILInjected.Address(RVA = "0x1F5A3D8", Offset = "0x1F5A3D8", Length = "0x54")]
545 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
546 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
547 [MethodImpl(4096)]
548 public static extern void SetStringField(IntPtr obj, IntPtr fieldID, string val);
549
550 [ThreadSafe]
551 [global::Cpp2ILInjected.Token(Token = "0x600011F")]
552 [global::Cpp2ILInjected.Address(RVA = "0x1F5A2C8", Offset = "0x1F5A2C8", Length = "0x54")]
553 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
554 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
555 [MethodImpl(4096)]
556 public static extern void SetObjectField(IntPtr obj, IntPtr fieldID, IntPtr val);
557
558 [ThreadSafe]
559 [global::Cpp2ILInjected.Token(Token = "0x6000120")]
560 [global::Cpp2ILInjected.Address(RVA = "0x1F5AB48", Offset = "0x1F5AB48", Length = "0x54")]
561 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
562 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
563 [MethodImpl(4096)]
564 public static extern void SetBooleanField(IntPtr obj, IntPtr fieldID, bool val);
565
566 [Obsolete("AndroidJNI.SetByteField is obsolete. Use AndroidJNI.SetSByteField method instead")]
567 [global::Cpp2ILInjected.Token(Token = "0x6000121")]
568 [global::Cpp2ILInjected.Address(RVA = "0x1F64F3C", Offset = "0x1F64F3C", Length = "0x54")]
569 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
570 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
571 public static void SetByteField(IntPtr obj, IntPtr fieldID, byte val)
572 {
573 throw null;
574 }
575
576 [ThreadSafe]
577 [global::Cpp2ILInjected.Token(Token = "0x6000122")]
578 [global::Cpp2ILInjected.Address(RVA = "0x1F5AA38", Offset = "0x1F5AA38", Length = "0x54")]
579 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
580 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
581 [MethodImpl(4096)]
582 public static extern void SetSByteField(IntPtr obj, IntPtr fieldID, sbyte val);
583
584 [ThreadSafe]
585 [global::Cpp2ILInjected.Token(Token = "0x6000123")]
586 [global::Cpp2ILInjected.Address(RVA = "0x1F5A4E8", Offset = "0x1F5A4E8", Length = "0x54")]
587 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
588 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
589 [MethodImpl(4096)]
590 public static extern void SetCharField(IntPtr obj, IntPtr fieldID, char val);
591
592 [ThreadSafe]
593 [global::Cpp2ILInjected.Token(Token = "0x6000124")]
594 [global::Cpp2ILInjected.Address(RVA = "0x1F5A928", Offset = "0x1F5A928", Length = "0x54")]
595 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
596 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
597 [MethodImpl(4096)]
598 public static extern void SetShortField(IntPtr obj, IntPtr fieldID, short val);
599
600 [ThreadSafe]
601 [global::Cpp2ILInjected.Token(Token = "0x6000125")]
602 [global::Cpp2ILInjected.Address(RVA = "0x1F5AC58", Offset = "0x1F5AC58", Length = "0x54")]
603 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
604 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
605 [MethodImpl(4096)]
606 public static extern void SetIntField(IntPtr obj, IntPtr fieldID, int val);
607
608 [ThreadSafe]
609 [global::Cpp2ILInjected.Token(Token = "0x6000126")]
610 [global::Cpp2ILInjected.Address(RVA = "0x1F5A818", Offset = "0x1F5A818", Length = "0x54")]
611 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
612 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
613 [MethodImpl(4096)]
614 public static extern void SetLongField(IntPtr obj, IntPtr fieldID, long val);
615
616 [ThreadSafe]
617 [global::Cpp2ILInjected.Token(Token = "0x6000127")]
618 [global::Cpp2ILInjected.Address(RVA = "0x1F5A708", Offset = "0x1F5A708", Length = "0x54")]
619 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
620 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
621 [MethodImpl(4096)]
622 public static extern void SetFloatField(IntPtr obj, IntPtr fieldID, float val);
623
624 [ThreadSafe]
625 [global::Cpp2ILInjected.Token(Token = "0x6000128")]
626 [global::Cpp2ILInjected.Address(RVA = "0x1F5A5F8", Offset = "0x1F5A5F8", Length = "0x54")]
627 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
628 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
629 [MethodImpl(4096)]
630 public static extern void SetDoubleField(IntPtr obj, IntPtr fieldID, double val);
631
632 [ThreadSafe]
633 [global::Cpp2ILInjected.Token(Token = "0x6000129")]
634 [global::Cpp2ILInjected.Address(RVA = "0x1F5770C", Offset = "0x1F5770C", Length = "0x54")]
635 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
636 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
637 [MethodImpl(4096)]
638 public static extern string CallStaticStringMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
639
640 [ThreadSafe]
641 [global::Cpp2ILInjected.Token(Token = "0x600012A")]
642 [global::Cpp2ILInjected.Address(RVA = "0x1F59888", Offset = "0x1F59888", Length = "0x54")]
643 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
644 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
645 [MethodImpl(4096)]
647
648 [ThreadSafe]
649 [global::Cpp2ILInjected.Token(Token = "0x600012B")]
650 [global::Cpp2ILInjected.Address(RVA = "0x1F5A1B8", Offset = "0x1F5A1B8", Length = "0x54")]
651 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
652 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
653 [MethodImpl(4096)]
654 public static extern int CallStaticIntMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
655
656 [ThreadSafe]
657 [global::Cpp2ILInjected.Token(Token = "0x600012C")]
658 [global::Cpp2ILInjected.Address(RVA = "0x1F5A0AC", Offset = "0x1F5A0AC", Length = "0x54")]
659 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
660 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
661 [MethodImpl(4096)]
662 public static extern bool CallStaticBooleanMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
663
664 [ThreadSafe]
665 [global::Cpp2ILInjected.Token(Token = "0x600012D")]
666 [global::Cpp2ILInjected.Address(RVA = "0x1F59E94", Offset = "0x1F59E94", Length = "0x54")]
667 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
668 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
669 [MethodImpl(4096)]
670 public static extern short CallStaticShortMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
671
672 [Obsolete("AndroidJNI.CallStaticByteMethod is obsolete. Use AndroidJNI.CallStaticSByteMethod method instead")]
673 [global::Cpp2ILInjected.Token(Token = "0x600012E")]
674 [global::Cpp2ILInjected.Address(RVA = "0x1F64F90", Offset = "0x1F64F90", Length = "0x54")]
675 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
676 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
678 {
679 throw null;
680 }
681
682 [ThreadSafe]
683 [global::Cpp2ILInjected.Token(Token = "0x600012F")]
684 [global::Cpp2ILInjected.Address(RVA = "0x1F59FA0", Offset = "0x1F59FA0", Length = "0x54")]
685 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
686 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
687 [MethodImpl(4096)]
688 public static extern sbyte CallStaticSByteMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
689
690 [ThreadSafe]
691 [global::Cpp2ILInjected.Token(Token = "0x6000130")]
692 [global::Cpp2ILInjected.Address(RVA = "0x1F59A4C", Offset = "0x1F59A4C", Length = "0x54")]
693 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
694 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
695 [MethodImpl(4096)]
696 public static extern char CallStaticCharMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
697
698 [ThreadSafe]
699 [global::Cpp2ILInjected.Token(Token = "0x6000131")]
700 [global::Cpp2ILInjected.Address(RVA = "0x1F59C7C", Offset = "0x1F59C7C", Length = "0x54")]
701 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
702 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
703 [MethodImpl(4096)]
704 public static extern float CallStaticFloatMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
705
706 [ThreadSafe]
707 [global::Cpp2ILInjected.Token(Token = "0x6000132")]
708 [global::Cpp2ILInjected.Address(RVA = "0x1F59B64", Offset = "0x1F59B64", Length = "0x54")]
709 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
710 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
711 [MethodImpl(4096)]
712 public static extern double CallStaticDoubleMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
713
714 [ThreadSafe]
715 [global::Cpp2ILInjected.Token(Token = "0x6000133")]
716 [global::Cpp2ILInjected.Address(RVA = "0x1F59D88", Offset = "0x1F59D88", Length = "0x54")]
717 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
718 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
719 [MethodImpl(4096)]
720 public static extern long CallStaticLongMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
721
722 [ThreadSafe]
723 [global::Cpp2ILInjected.Token(Token = "0x6000134")]
724 [global::Cpp2ILInjected.Address(RVA = "0x1F5977C", Offset = "0x1F5977C", Length = "0x54")]
725 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
726 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
727 [MethodImpl(4096)]
728 public static extern void CallStaticVoidMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);
729
730 [ThreadSafe]
731 [global::Cpp2ILInjected.Token(Token = "0x6000135")]
732 [global::Cpp2ILInjected.Address(RVA = "0x1F58F04", Offset = "0x1F58F04", Length = "0x44")]
733 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
734 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
735 [MethodImpl(4096)]
736 public static extern string GetStaticStringField(IntPtr clazz, IntPtr fieldID);
737
738 [ThreadSafe]
739 [global::Cpp2ILInjected.Token(Token = "0x6000136")]
740 [global::Cpp2ILInjected.Address(RVA = "0x1F58E18", Offset = "0x1F58E18", Length = "0x44")]
741 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
742 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
743 [MethodImpl(4096)]
745
746 [ThreadSafe]
747 [global::Cpp2ILInjected.Token(Token = "0x6000137")]
748 [global::Cpp2ILInjected.Address(RVA = "0x1F59590", Offset = "0x1F59590", Length = "0x44")]
749 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
750 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
751 [MethodImpl(4096)]
752 public static extern bool GetStaticBooleanField(IntPtr clazz, IntPtr fieldID);
753
754 [Obsolete("AndroidJNI.GetStaticByteField is obsolete. Use AndroidJNI.GetStaticSByteField method instead")]
755 [global::Cpp2ILInjected.Token(Token = "0x6000138")]
756 [global::Cpp2ILInjected.Address(RVA = "0x1F64FE4", Offset = "0x1F64FE4", Length = "0x44")]
757 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
758 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
760 {
761 throw null;
762 }
763
764 [ThreadSafe]
765 [global::Cpp2ILInjected.Token(Token = "0x6000139")]
766 [global::Cpp2ILInjected.Address(RVA = "0x1F594A4", Offset = "0x1F594A4", Length = "0x44")]
767 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
768 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
769 [MethodImpl(4096)]
770 public static extern sbyte GetStaticSByteField(IntPtr clazz, IntPtr fieldID);
771
772 [ThreadSafe]
773 [global::Cpp2ILInjected.Token(Token = "0x600013A")]
774 [global::Cpp2ILInjected.Address(RVA = "0x1F58FF0", Offset = "0x1F58FF0", Length = "0x44")]
775 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
776 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
777 [MethodImpl(4096)]
778 public static extern char GetStaticCharField(IntPtr clazz, IntPtr fieldID);
779
780 [ThreadSafe]
781 [global::Cpp2ILInjected.Token(Token = "0x600013B")]
782 [global::Cpp2ILInjected.Address(RVA = "0x1F593B8", Offset = "0x1F593B8", Length = "0x44")]
783 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
784 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
785 [MethodImpl(4096)]
786 public static extern short GetStaticShortField(IntPtr clazz, IntPtr fieldID);
787
788 [ThreadSafe]
789 [global::Cpp2ILInjected.Token(Token = "0x600013C")]
790 [global::Cpp2ILInjected.Address(RVA = "0x1F5967C", Offset = "0x1F5967C", Length = "0x44")]
791 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "AndroidImmersive", Member = "GetSDKLevel", ReturnType = typeof(int))]
792 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
793 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
794 [MethodImpl(4096)]
795 public static extern int GetStaticIntField(IntPtr clazz, IntPtr fieldID);
796
797 [ThreadSafe]
798 [global::Cpp2ILInjected.Token(Token = "0x600013D")]
799 [global::Cpp2ILInjected.Address(RVA = "0x1F592CC", Offset = "0x1F592CC", Length = "0x44")]
800 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
801 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
802 [MethodImpl(4096)]
803 public static extern long GetStaticLongField(IntPtr clazz, IntPtr fieldID);
804
805 [ThreadSafe]
806 [global::Cpp2ILInjected.Token(Token = "0x600013E")]
807 [global::Cpp2ILInjected.Address(RVA = "0x1F591E0", Offset = "0x1F591E0", Length = "0x44")]
808 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
809 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
810 [MethodImpl(4096)]
811 public static extern float GetStaticFloatField(IntPtr clazz, IntPtr fieldID);
812
813 [ThreadSafe]
814 [global::Cpp2ILInjected.Token(Token = "0x600013F")]
815 [global::Cpp2ILInjected.Address(RVA = "0x1F590E8", Offset = "0x1F590E8", Length = "0x44")]
816 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
817 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
818 [MethodImpl(4096)]
819 public static extern double GetStaticDoubleField(IntPtr clazz, IntPtr fieldID);
820
821 [ThreadSafe]
822 [global::Cpp2ILInjected.Token(Token = "0x6000140")]
823 [global::Cpp2ILInjected.Address(RVA = "0x1F5849C", Offset = "0x1F5849C", Length = "0x54")]
824 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
825 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
826 [MethodImpl(4096)]
827 public static extern void SetStaticStringField(IntPtr clazz, IntPtr fieldID, string val);
828
829 [ThreadSafe]
830 [global::Cpp2ILInjected.Token(Token = "0x6000141")]
831 [global::Cpp2ILInjected.Address(RVA = "0x1F5838C", Offset = "0x1F5838C", Length = "0x54")]
832 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
833 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
834 [MethodImpl(4096)]
835 public static extern void SetStaticObjectField(IntPtr clazz, IntPtr fieldID, IntPtr val);
836
837 [ThreadSafe]
838 [global::Cpp2ILInjected.Token(Token = "0x6000142")]
839 [global::Cpp2ILInjected.Address(RVA = "0x1F58C0C", Offset = "0x1F58C0C", Length = "0x54")]
840 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
841 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
842 [MethodImpl(4096)]
843 public static extern void SetStaticBooleanField(IntPtr clazz, IntPtr fieldID, bool val);
844
845 [Obsolete("AndroidJNI.SetStaticByteField is obsolete. Use AndroidJNI.SetStaticSByteField method instead")]
846 [global::Cpp2ILInjected.Token(Token = "0x6000143")]
847 [global::Cpp2ILInjected.Address(RVA = "0x1F65028", Offset = "0x1F65028", Length = "0x54")]
848 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
849 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
850 public static void SetStaticByteField(IntPtr clazz, IntPtr fieldID, byte val)
851 {
852 throw null;
853 }
854
855 [ThreadSafe]
856 [global::Cpp2ILInjected.Token(Token = "0x6000144")]
857 [global::Cpp2ILInjected.Address(RVA = "0x1F58AFC", Offset = "0x1F58AFC", Length = "0x54")]
858 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
859 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
860 [MethodImpl(4096)]
861 public static extern void SetStaticSByteField(IntPtr clazz, IntPtr fieldID, sbyte val);
862
863 [ThreadSafe]
864 [global::Cpp2ILInjected.Token(Token = "0x6000145")]
865 [global::Cpp2ILInjected.Address(RVA = "0x1F585AC", Offset = "0x1F585AC", Length = "0x54")]
866 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
867 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
868 [MethodImpl(4096)]
869 public static extern void SetStaticCharField(IntPtr clazz, IntPtr fieldID, char val);
870
871 [ThreadSafe]
872 [global::Cpp2ILInjected.Token(Token = "0x6000146")]
873 [global::Cpp2ILInjected.Address(RVA = "0x1F589EC", Offset = "0x1F589EC", Length = "0x54")]
874 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
875 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
876 [MethodImpl(4096)]
877 public static extern void SetStaticShortField(IntPtr clazz, IntPtr fieldID, short val);
878
879 [ThreadSafe]
880 [global::Cpp2ILInjected.Token(Token = "0x6000147")]
881 [global::Cpp2ILInjected.Address(RVA = "0x1F58D1C", Offset = "0x1F58D1C", Length = "0x54")]
882 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
883 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
884 [MethodImpl(4096)]
885 public static extern void SetStaticIntField(IntPtr clazz, IntPtr fieldID, int val);
886
887 [ThreadSafe]
888 [global::Cpp2ILInjected.Token(Token = "0x6000148")]
889 [global::Cpp2ILInjected.Address(RVA = "0x1F588DC", Offset = "0x1F588DC", Length = "0x54")]
890 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
891 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
892 [MethodImpl(4096)]
893 public static extern void SetStaticLongField(IntPtr clazz, IntPtr fieldID, long val);
894
895 [ThreadSafe]
896 [global::Cpp2ILInjected.Token(Token = "0x6000149")]
897 [global::Cpp2ILInjected.Address(RVA = "0x1F587CC", Offset = "0x1F587CC", Length = "0x54")]
898 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
899 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
900 [MethodImpl(4096)]
901 public static extern void SetStaticFloatField(IntPtr clazz, IntPtr fieldID, float val);
902
903 [ThreadSafe]
904 [global::Cpp2ILInjected.Token(Token = "0x600014A")]
905 [global::Cpp2ILInjected.Address(RVA = "0x1F586BC", Offset = "0x1F586BC", Length = "0x54")]
906 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
907 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
908 [MethodImpl(4096)]
909 public static extern void SetStaticDoubleField(IntPtr clazz, IntPtr fieldID, double val);
910
911 [ThreadSafe]
912 [global::Cpp2ILInjected.Token(Token = "0x600014B")]
913 [global::Cpp2ILInjected.Address(RVA = "0x1F5D094", Offset = "0x1F5D094", Length = "0x3C")]
914 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
915 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
916 [MethodImpl(4096)]
917 public static extern IntPtr ToBooleanArray(bool[] array);
918
919 [ThreadSafe]
920 [Obsolete("AndroidJNI.ToByteArray is obsolete. Use AndroidJNI.ToSByteArray method instead")]
921 [global::Cpp2ILInjected.Token(Token = "0x600014C")]
922 [global::Cpp2ILInjected.Address(RVA = "0x1F5CEDC", Offset = "0x1F5CEDC", Length = "0x3C")]
923 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
924 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
925 [MethodImpl(4096)]
926 public static extern IntPtr ToByteArray(byte[] array);
927
928 [ThreadSafe]
929 [global::Cpp2ILInjected.Token(Token = "0x600014D")]
930 [global::Cpp2ILInjected.Address(RVA = "0x1F5CFB8", Offset = "0x1F5CFB8", Length = "0x3C")]
931 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
932 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
933 [MethodImpl(4096)]
934 public static extern IntPtr ToSByteArray(sbyte[] array);
935
936 [ThreadSafe]
937 [global::Cpp2ILInjected.Token(Token = "0x600014E")]
938 [global::Cpp2ILInjected.Address(RVA = "0x1F5CA90", Offset = "0x1F5CA90", Length = "0x3C")]
939 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
940 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
941 [MethodImpl(4096)]
942 public static extern IntPtr ToCharArray(char[] array);
943
944 [ThreadSafe]
945 [global::Cpp2ILInjected.Token(Token = "0x600014F")]
946 [global::Cpp2ILInjected.Address(RVA = "0x1F5CE00", Offset = "0x1F5CE00", Length = "0x3C")]
947 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
948 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
949 [MethodImpl(4096)]
950 public static extern IntPtr ToShortArray(short[] array);
951
952 [ThreadSafe]
953 [global::Cpp2ILInjected.Token(Token = "0x6000150")]
954 [global::Cpp2ILInjected.Address(RVA = "0x1F5D170", Offset = "0x1F5D170", Length = "0x3C")]
955 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
956 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
957 [MethodImpl(4096)]
958 public static extern IntPtr ToIntArray(int[] array);
959
960 [ThreadSafe]
961 [global::Cpp2ILInjected.Token(Token = "0x6000151")]
962 [global::Cpp2ILInjected.Address(RVA = "0x1F5CD24", Offset = "0x1F5CD24", Length = "0x3C")]
963 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
964 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
965 [MethodImpl(4096)]
966 public static extern IntPtr ToLongArray(long[] array);
967
968 [ThreadSafe]
969 [global::Cpp2ILInjected.Token(Token = "0x6000152")]
970 [global::Cpp2ILInjected.Address(RVA = "0x1F5CC48", Offset = "0x1F5CC48", Length = "0x3C")]
971 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
972 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
973 [MethodImpl(4096)]
974 public static extern IntPtr ToFloatArray(float[] array);
975
976 [ThreadSafe]
977 [global::Cpp2ILInjected.Token(Token = "0x6000153")]
978 [global::Cpp2ILInjected.Address(RVA = "0x1F5CB6C", Offset = "0x1F5CB6C", Length = "0x3C")]
979 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
980 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
981 [MethodImpl(4096)]
982 public static extern IntPtr ToDoubleArray(double[] array);
983
984 [ThreadSafe]
985 [global::Cpp2ILInjected.Token(Token = "0x6000154")]
986 [global::Cpp2ILInjected.Address(RVA = "0x1F5C9AC", Offset = "0x1F5C9AC", Length = "0x44")]
987 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
988 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
989 [MethodImpl(4096)]
991
992 [global::Cpp2ILInjected.Token(Token = "0x6000155")]
993 [global::Cpp2ILInjected.Address(RVA = "0x1F6507C", Offset = "0x1F6507C", Length = "0x74")]
994 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
995 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
997 {
998 throw null;
999 }
1000
1001 [ThreadSafe]
1002 [global::Cpp2ILInjected.Token(Token = "0x6000156")]
1003 [global::Cpp2ILInjected.Address(RVA = "0x1F5C7EC", Offset = "0x1F5C7EC", Length = "0x3C")]
1004 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1005 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1006 [MethodImpl(4096)]
1007 public static extern bool[] FromBooleanArray(IntPtr array);
1008
1009 [ThreadSafe]
1010 [Obsolete("AndroidJNI.FromByteArray is obsolete. Use AndroidJNI.FromSByteArray method instead")]
1011 [global::Cpp2ILInjected.Token(Token = "0x6000157")]
1012 [global::Cpp2ILInjected.Address(RVA = "0x1F5C634", Offset = "0x1F5C634", Length = "0x3C")]
1013 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1014 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1015 [MethodImpl(4096)]
1016 public static extern byte[] FromByteArray(IntPtr array);
1017
1018 [ThreadSafe]
1019 [global::Cpp2ILInjected.Token(Token = "0x6000158")]
1020 [global::Cpp2ILInjected.Address(RVA = "0x1F5C710", Offset = "0x1F5C710", Length = "0x3C")]
1021 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1022 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1023 [MethodImpl(4096)]
1024 public static extern sbyte[] FromSByteArray(IntPtr array);
1025
1026 [ThreadSafe]
1027 [global::Cpp2ILInjected.Token(Token = "0x6000159")]
1028 [global::Cpp2ILInjected.Address(RVA = "0x1F5C1E8", Offset = "0x1F5C1E8", Length = "0x3C")]
1029 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1030 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1031 [MethodImpl(4096)]
1032 public static extern char[] FromCharArray(IntPtr array);
1033
1034 [ThreadSafe]
1035 [global::Cpp2ILInjected.Token(Token = "0x600015A")]
1036 [global::Cpp2ILInjected.Address(RVA = "0x1F5C558", Offset = "0x1F5C558", Length = "0x3C")]
1037 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1038 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1039 [MethodImpl(4096)]
1040 public static extern short[] FromShortArray(IntPtr array);
1041
1042 [ThreadSafe]
1043 [global::Cpp2ILInjected.Token(Token = "0x600015B")]
1044 [global::Cpp2ILInjected.Address(RVA = "0x1F5C8C8", Offset = "0x1F5C8C8", Length = "0x3C")]
1045 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1046 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1047 [MethodImpl(4096)]
1048 public static extern int[] FromIntArray(IntPtr array);
1049
1050 [ThreadSafe]
1051 [global::Cpp2ILInjected.Token(Token = "0x600015C")]
1052 [global::Cpp2ILInjected.Address(RVA = "0x1F5C47C", Offset = "0x1F5C47C", Length = "0x3C")]
1053 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1054 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1055 [MethodImpl(4096)]
1056 public static extern long[] FromLongArray(IntPtr array);
1057
1058 [ThreadSafe]
1059 [global::Cpp2ILInjected.Token(Token = "0x600015D")]
1060 [global::Cpp2ILInjected.Address(RVA = "0x1F5C3A0", Offset = "0x1F5C3A0", Length = "0x3C")]
1061 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1062 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1063 [MethodImpl(4096)]
1064 public static extern float[] FromFloatArray(IntPtr array);
1065
1066 [ThreadSafe]
1067 [global::Cpp2ILInjected.Token(Token = "0x600015E")]
1068 [global::Cpp2ILInjected.Address(RVA = "0x1F5C2C4", Offset = "0x1F5C2C4", Length = "0x3C")]
1069 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1070 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1071 [MethodImpl(4096)]
1072 public static extern double[] FromDoubleArray(IntPtr array);
1073
1074 [ThreadSafe]
1075 [global::Cpp2ILInjected.Token(Token = "0x600015F")]
1076 [global::Cpp2ILInjected.Address(RVA = "0x1F650F0", Offset = "0x1F650F0", Length = "0x3C")]
1077 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1078 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1079 [MethodImpl(4096)]
1080 public static extern IntPtr[] FromObjectArray(IntPtr array);
1081
1082 [ThreadSafe]
1083 [global::Cpp2ILInjected.Token(Token = "0x6000160")]
1084 [global::Cpp2ILInjected.Address(RVA = "0x1F5D338", Offset = "0x1F5D338", Length = "0x3C")]
1085 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1086 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1087 [MethodImpl(4096)]
1088 public static extern int GetArrayLength(IntPtr array);
1089
1090 [ThreadSafe]
1091 [global::Cpp2ILInjected.Token(Token = "0x6000161")]
1092 [global::Cpp2ILInjected.Address(RVA = "0x1F6512C", Offset = "0x1F6512C", Length = "0x3C")]
1093 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1094 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1095 [MethodImpl(4096)]
1096 public static extern IntPtr NewBooleanArray(int size);
1097
1098 [Obsolete("AndroidJNI.NewByteArray is obsolete. Use AndroidJNI.NewSByteArray method instead")]
1099 [global::Cpp2ILInjected.Token(Token = "0x6000162")]
1100 [global::Cpp2ILInjected.Address(RVA = "0x1F65168", Offset = "0x1F65168", Length = "0x3C")]
1101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1103 public static IntPtr NewByteArray(int size)
1104 {
1105 throw null;
1106 }
1107
1108 [ThreadSafe]
1109 [global::Cpp2ILInjected.Token(Token = "0x6000163")]
1110 [global::Cpp2ILInjected.Address(RVA = "0x1F651A4", Offset = "0x1F651A4", Length = "0x3C")]
1111 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1112 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1113 [MethodImpl(4096)]
1114 public static extern IntPtr NewSByteArray(int size);
1115
1116 [ThreadSafe]
1117 [global::Cpp2ILInjected.Token(Token = "0x6000164")]
1118 [global::Cpp2ILInjected.Address(RVA = "0x1F651E0", Offset = "0x1F651E0", Length = "0x3C")]
1119 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1120 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1121 [MethodImpl(4096)]
1122 public static extern IntPtr NewCharArray(int size);
1123
1124 [ThreadSafe]
1125 [global::Cpp2ILInjected.Token(Token = "0x6000165")]
1126 [global::Cpp2ILInjected.Address(RVA = "0x1F6521C", Offset = "0x1F6521C", Length = "0x3C")]
1127 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1128 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1129 [MethodImpl(4096)]
1130 public static extern IntPtr NewShortArray(int size);
1131
1132 [ThreadSafe]
1133 [global::Cpp2ILInjected.Token(Token = "0x6000166")]
1134 [global::Cpp2ILInjected.Address(RVA = "0x1F65258", Offset = "0x1F65258", Length = "0x3C")]
1135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1137 [MethodImpl(4096)]
1138 public static extern IntPtr NewIntArray(int size);
1139
1140 [ThreadSafe]
1141 [global::Cpp2ILInjected.Token(Token = "0x6000167")]
1142 [global::Cpp2ILInjected.Address(RVA = "0x1F65294", Offset = "0x1F65294", Length = "0x3C")]
1143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1144 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1145 [MethodImpl(4096)]
1146 public static extern IntPtr NewLongArray(int size);
1147
1148 [ThreadSafe]
1149 [global::Cpp2ILInjected.Token(Token = "0x6000168")]
1150 [global::Cpp2ILInjected.Address(RVA = "0x1F652D0", Offset = "0x1F652D0", Length = "0x3C")]
1151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1152 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1153 [MethodImpl(4096)]
1154 public static extern IntPtr NewFloatArray(int size);
1155
1156 [ThreadSafe]
1157 [global::Cpp2ILInjected.Token(Token = "0x6000169")]
1158 [global::Cpp2ILInjected.Address(RVA = "0x1F6530C", Offset = "0x1F6530C", Length = "0x3C")]
1159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1160 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1161 [MethodImpl(4096)]
1162 public static extern IntPtr NewDoubleArray(int size);
1163
1164 [ThreadSafe]
1165 [global::Cpp2ILInjected.Token(Token = "0x600016A")]
1166 [global::Cpp2ILInjected.Address(RVA = "0x1F62FC4", Offset = "0x1F62FC4", Length = "0x54")]
1167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1168 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1169 [MethodImpl(4096)]
1170 public static extern IntPtr NewObjectArray(int size, IntPtr clazz, IntPtr obj);
1171
1172 [ThreadSafe]
1173 [global::Cpp2ILInjected.Token(Token = "0x600016B")]
1174 [global::Cpp2ILInjected.Address(RVA = "0x1F65348", Offset = "0x1F65348", Length = "0x44")]
1175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "KeyboardInput", Member = "Update", ReturnType = typeof(void))]
1176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 30)]
1177 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1178 [MethodImpl(4096)]
1179 public static extern bool GetBooleanArrayElement(IntPtr array, int index);
1180
1181 [Obsolete("AndroidJNI.GetByteArrayElement is obsolete. Use AndroidJNI.GetSByteArrayElement method instead")]
1182 [global::Cpp2ILInjected.Token(Token = "0x600016C")]
1183 [global::Cpp2ILInjected.Address(RVA = "0x1F6538C", Offset = "0x1F6538C", Length = "0x44")]
1184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1185 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1186 public static byte GetByteArrayElement(IntPtr array, int index)
1187 {
1188 throw null;
1189 }
1190
1191 [ThreadSafe]
1192 [global::Cpp2ILInjected.Token(Token = "0x600016D")]
1193 [global::Cpp2ILInjected.Address(RVA = "0x1F653D0", Offset = "0x1F653D0", Length = "0x44")]
1194 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1195 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1196 [MethodImpl(4096)]
1197 public static extern sbyte GetSByteArrayElement(IntPtr array, int index);
1198
1199 [ThreadSafe]
1200 [global::Cpp2ILInjected.Token(Token = "0x600016E")]
1201 [global::Cpp2ILInjected.Address(RVA = "0x1F65414", Offset = "0x1F65414", Length = "0x44")]
1202 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1203 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1204 [MethodImpl(4096)]
1205 public static extern char GetCharArrayElement(IntPtr array, int index);
1206
1207 [ThreadSafe]
1208 [global::Cpp2ILInjected.Token(Token = "0x600016F")]
1209 [global::Cpp2ILInjected.Address(RVA = "0x1F65458", Offset = "0x1F65458", Length = "0x44")]
1210 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1211 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1212 [MethodImpl(4096)]
1213 public static extern short GetShortArrayElement(IntPtr array, int index);
1214
1215 [ThreadSafe]
1216 [global::Cpp2ILInjected.Token(Token = "0x6000170")]
1217 [global::Cpp2ILInjected.Address(RVA = "0x1F6549C", Offset = "0x1F6549C", Length = "0x44")]
1218 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1219 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1220 [MethodImpl(4096)]
1221 public static extern int GetIntArrayElement(IntPtr array, int index);
1222
1223 [ThreadSafe]
1224 [global::Cpp2ILInjected.Token(Token = "0x6000171")]
1225 [global::Cpp2ILInjected.Address(RVA = "0x1F654E0", Offset = "0x1F654E0", Length = "0x44")]
1226 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1227 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1228 [MethodImpl(4096)]
1229 public static extern long GetLongArrayElement(IntPtr array, int index);
1230
1231 [ThreadSafe]
1232 [global::Cpp2ILInjected.Token(Token = "0x6000172")]
1233 [global::Cpp2ILInjected.Address(RVA = "0x1F65524", Offset = "0x1F65524", Length = "0x44")]
1234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1235 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1236 [MethodImpl(4096)]
1237 public static extern float GetFloatArrayElement(IntPtr array, int index);
1238
1239 [ThreadSafe]
1240 [global::Cpp2ILInjected.Token(Token = "0x6000173")]
1241 [global::Cpp2ILInjected.Address(RVA = "0x1F65568", Offset = "0x1F65568", Length = "0x44")]
1242 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1243 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1244 [MethodImpl(4096)]
1245 public static extern double GetDoubleArrayElement(IntPtr array, int index);
1246
1247 [ThreadSafe]
1248 [global::Cpp2ILInjected.Token(Token = "0x6000174")]
1249 [global::Cpp2ILInjected.Address(RVA = "0x1F5D254", Offset = "0x1F5D254", Length = "0x44")]
1250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(_AndroidJNIHelper), Member = "ConvertFromJNIArray", MemberTypeParameters = new object[] { "ArrayType" }, MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = "ArrayType")]
1251 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1252 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1253 [MethodImpl(4096)]
1254 public static extern IntPtr GetObjectArrayElement(IntPtr array, int index);
1255
1256 [Obsolete("AndroidJNI.SetBooleanArrayElement(IntPtr, int, byte) is obsolete. Use AndroidJNI.SetBooleanArrayElement(IntPtr, int, bool) method instead")]
1257 [global::Cpp2ILInjected.Token(Token = "0x6000175")]
1258 [global::Cpp2ILInjected.Address(RVA = "0x1F655AC", Offset = "0x1F655AC", Length = "0x58")]
1259 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1260 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1261 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1262 public static void SetBooleanArrayElement(IntPtr array, int index, byte val)
1263 {
1264 throw null;
1265 }
1266
1267 [ThreadSafe]
1268 [global::Cpp2ILInjected.Token(Token = "0x6000176")]
1269 [global::Cpp2ILInjected.Address(RVA = "0x1F65604", Offset = "0x1F65604", Length = "0x54")]
1270 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1271 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1272 [MethodImpl(4096)]
1273 public static extern void SetBooleanArrayElement(IntPtr array, int index, bool val);
1274
1275 [Obsolete("AndroidJNI.SetByteArrayElement is obsolete. Use AndroidJNI.SetSByteArrayElement method instead")]
1276 [global::Cpp2ILInjected.Token(Token = "0x6000177")]
1277 [global::Cpp2ILInjected.Address(RVA = "0x1F65658", Offset = "0x1F65658", Length = "0x54")]
1278 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1279 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1280 public static void SetByteArrayElement(IntPtr array, int index, sbyte val)
1281 {
1282 throw null;
1283 }
1284
1285 [ThreadSafe]
1286 [global::Cpp2ILInjected.Token(Token = "0x6000178")]
1287 [global::Cpp2ILInjected.Address(RVA = "0x1F656AC", Offset = "0x1F656AC", Length = "0x54")]
1288 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1289 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1290 [MethodImpl(4096)]
1291 public static extern void SetSByteArrayElement(IntPtr array, int index, sbyte val);
1292
1293 [ThreadSafe]
1294 [global::Cpp2ILInjected.Token(Token = "0x6000179")]
1295 [global::Cpp2ILInjected.Address(RVA = "0x1F65700", Offset = "0x1F65700", Length = "0x54")]
1296 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1297 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1298 [MethodImpl(4096)]
1299 public static extern void SetCharArrayElement(IntPtr array, int index, char val);
1300
1301 [ThreadSafe]
1302 [global::Cpp2ILInjected.Token(Token = "0x600017A")]
1303 [global::Cpp2ILInjected.Address(RVA = "0x1F65754", Offset = "0x1F65754", Length = "0x54")]
1304 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1305 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1306 [MethodImpl(4096)]
1307 public static extern void SetShortArrayElement(IntPtr array, int index, short val);
1308
1309 [ThreadSafe]
1310 [global::Cpp2ILInjected.Token(Token = "0x600017B")]
1311 [global::Cpp2ILInjected.Address(RVA = "0x1F657A8", Offset = "0x1F657A8", Length = "0x54")]
1312 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1313 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1314 [MethodImpl(4096)]
1315 public static extern void SetIntArrayElement(IntPtr array, int index, int val);
1316
1317 [ThreadSafe]
1318 [global::Cpp2ILInjected.Token(Token = "0x600017C")]
1319 [global::Cpp2ILInjected.Address(RVA = "0x1F657FC", Offset = "0x1F657FC", Length = "0x54")]
1320 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1321 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1322 [MethodImpl(4096)]
1323 public static extern void SetLongArrayElement(IntPtr array, int index, long val);
1324
1325 [ThreadSafe]
1326 [global::Cpp2ILInjected.Token(Token = "0x600017D")]
1327 [global::Cpp2ILInjected.Address(RVA = "0x1F65850", Offset = "0x1F65850", Length = "0x54")]
1328 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1329 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1330 [MethodImpl(4096)]
1331 public static extern void SetFloatArrayElement(IntPtr array, int index, float val);
1332
1333 [ThreadSafe]
1334 [global::Cpp2ILInjected.Token(Token = "0x600017E")]
1335 [global::Cpp2ILInjected.Address(RVA = "0x1F658A4", Offset = "0x1F658A4", Length = "0x54")]
1336 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1337 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1338 [MethodImpl(4096)]
1339 public static extern void SetDoubleArrayElement(IntPtr array, int index, double val);
1340
1341 [ThreadSafe]
1342 [global::Cpp2ILInjected.Token(Token = "0x600017F")]
1343 [global::Cpp2ILInjected.Address(RVA = "0x1F63018", Offset = "0x1F63018", Length = "0x54")]
1344 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1345 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1346 [MethodImpl(4096)]
1347 public static extern void SetObjectArrayElement(IntPtr array, int index, IntPtr obj);
1348 }
1349}
class f__AnonymousType0<< Count > j__TPar
static bool IsSameObject(IntPtr obj1, IntPtr obj2)
static void SetCharField(IntPtr obj, IntPtr fieldID, char val)
static IntPtr[] FromObjectArray(IntPtr array)
static float GetFloatArrayElement(IntPtr array, int index)
static void SetShortField(IntPtr obj, IntPtr fieldID, short val)
static void SetStaticObjectField(IntPtr clazz, IntPtr fieldID, IntPtr val)
static void SetCharArrayElement(IntPtr array, int index, char val)
static IntPtr ToLongArray(long[] array)
static double GetDoubleArrayElement(IntPtr array, int index)
static float[] FromFloatArray(IntPtr array)
static IntPtr NewLongArray(int size)
static void SetByteArrayElement(IntPtr array, int index, sbyte val)
static IntPtr ToReflectedMethod(IntPtr clazz, IntPtr methodID, bool isStatic)
static void SetStaticShortField(IntPtr clazz, IntPtr fieldID, short val)
static int GetIntArrayElement(IntPtr array, int index)
static byte[] FromByteArray(IntPtr array)
static int[] FromIntArray(IntPtr array)
static IntPtr NewBooleanArray(int size)
static IntPtr ToCharArray(char[] array)
static IntPtr FromReflectedMethod(IntPtr refMethod)
static void SetDoubleArrayElement(IntPtr array, int index, double val)
static IntPtr CallObjectMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static void SetStaticCharField(IntPtr clazz, IntPtr fieldID, char val)
static int CallIntMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static bool CallBooleanMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static bool[] FromBooleanArray(IntPtr array)
static char GetStaticCharField(IntPtr clazz, IntPtr fieldID)
static void CallVoidMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static bool GetBooleanArrayElement(IntPtr array, int index)
static IntPtr NewStringFromStr(string chars)
static short GetShortArrayElement(IntPtr array, int index)
static byte GetStaticByteField(IntPtr clazz, IntPtr fieldID)
static byte CallStaticByteMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static IntPtr NewLocalRef(IntPtr obj)
static IntPtr ToDoubleArray(double[] array)
static IntPtr GetObjectField(IntPtr obj, IntPtr fieldID)
static void SetShortArrayElement(IntPtr array, int index, short val)
static IntPtr NewGlobalRef(IntPtr obj)
static string GetStaticStringField(IntPtr clazz, IntPtr fieldID)
static void DeleteGlobalRef(IntPtr obj)
static void SetByteField(IntPtr obj, IntPtr fieldID, byte val)
static IntPtr PopLocalFrame(IntPtr ptr)
static string GetStringUTFChars(IntPtr str)
static void DeleteWeakGlobalRef(IntPtr obj)
static IntPtr ExceptionOccurred()
static char CallCharMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static sbyte CallSByteMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static IntPtr NewFloatArray(int size)
static IntPtr NewShortArray(int size)
static IntPtr GetStaticMethodID(IntPtr clazz, string name, string sig)
static sbyte GetSByteArrayElement(IntPtr array, int index)
static IntPtr NewString(string chars)
static IntPtr GetMethodID(IntPtr clazz, string name, string sig)
static IntPtr ToReflectedField(IntPtr clazz, IntPtr fieldID, bool isStatic)
static short CallStaticShortMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static bool IsInstanceOf(IntPtr obj, IntPtr clazz)
static int CallStaticIntMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static char GetCharArrayElement(IntPtr array, int index)
static int GetVersion()
static void SetBooleanArrayElement(IntPtr array, int index, bool val)
static bool GetStaticBooleanField(IntPtr clazz, IntPtr fieldID)
static IntPtr ToSByteArray(sbyte[] array)
static void SetStaticLongField(IntPtr clazz, IntPtr fieldID, long val)
static string GetStringField(IntPtr obj, IntPtr fieldID)
static long CallLongMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static void SetFloatField(IntPtr obj, IntPtr fieldID, float val)
static int EnsureLocalCapacity(int capacity)
static IntPtr NewObjectArray(int size, IntPtr clazz, IntPtr obj)
static int GetStringUTFLength(IntPtr str)
static void ExceptionDescribe()
static void SetBooleanArrayElement(IntPtr array, int index, byte val)
static IntPtr NewIntArray(int size)
static bool GetBooleanField(IntPtr obj, IntPtr fieldID)
static sbyte[] FromSByteArray(IntPtr array)
static IntPtr NewString(char[] chars)
static IntPtr GetStaticObjectField(IntPtr clazz, IntPtr fieldID)
static byte CallByteMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static IntPtr ToByteArray(byte[] array)
static sbyte GetSByteField(IntPtr obj, IntPtr fieldID)
static IntPtr FromReflectedField(IntPtr refField)
static void CallStaticVoidMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static double CallStaticDoubleMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static IntPtr GetStaticFieldID(IntPtr clazz, string name, string sig)
static void SetStaticBooleanField(IntPtr clazz, IntPtr fieldID, bool val)
static long GetStaticLongField(IntPtr clazz, IntPtr fieldID)
static IntPtr CallStaticObjectMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static long GetLongField(IntPtr obj, IntPtr fieldID)
static float GetStaticFloatField(IntPtr clazz, IntPtr fieldID)
static bool CallStaticBooleanMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static IntPtr NewSByteArray(int size)
static int ThrowNew(IntPtr clazz, string message)
static void SetStaticStringField(IntPtr clazz, IntPtr fieldID, string val)
static void SetStaticFloatField(IntPtr clazz, IntPtr fieldID, float val)
static void SetBooleanField(IntPtr obj, IntPtr fieldID, bool val)
static void SetStringField(IntPtr obj, IntPtr fieldID, string val)
static void SetSByteArrayElement(IntPtr array, int index, sbyte val)
static IntPtr NewDoubleArray(int size)
static double GetDoubleField(IntPtr obj, IntPtr fieldID)
static IntPtr GetSuperclass(IntPtr clazz)
static long[] FromLongArray(IntPtr array)
static IntPtr NewCharArray(int size)
static float CallStaticFloatMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static IntPtr ToBooleanArray(bool[] array)
static IntPtr GetObjectArrayElement(IntPtr array, int index)
static int Throw(IntPtr obj)
static byte GetByteField(IntPtr obj, IntPtr fieldID)
static void SetDoubleField(IntPtr obj, IntPtr fieldID, double val)
static IntPtr ToObjectArray(IntPtr[] array)
static short GetShortField(IntPtr obj, IntPtr fieldID)
static IntPtr NewByteArray(int size)
static int GetStaticIntField(IntPtr clazz, IntPtr fieldID)
static void SetLongField(IntPtr obj, IntPtr fieldID, long val)
static void SetObjectArrayElement(IntPtr array, int index, IntPtr obj)
static float CallFloatMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static float GetFloatField(IntPtr obj, IntPtr fieldID)
static short[] FromShortArray(IntPtr array)
static void SetObjectField(IntPtr obj, IntPtr fieldID, IntPtr val)
static sbyte GetStaticSByteField(IntPtr clazz, IntPtr fieldID)
static double[] FromDoubleArray(IntPtr array)
static string CallStringMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static void SetStaticIntField(IntPtr clazz, IntPtr fieldID, int val)
static IntPtr FindClass(string name)
static IntPtr GetObjectClass(IntPtr obj)
static void SetSByteField(IntPtr obj, IntPtr fieldID, sbyte val)
static int PushLocalFrame(int capacity)
static int AttachCurrentThread()
static void SetFloatArrayElement(IntPtr array, int index, float val)
static int GetIntField(IntPtr obj, IntPtr fieldID)
static void DeleteLocalRef(IntPtr obj)
static sbyte CallStaticSByteMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static IntPtr NewStringUTF(string bytes)
static IntPtr GetFieldID(IntPtr clazz, string name, string sig)
static byte GetByteArrayElement(IntPtr array, int index)
static long CallStaticLongMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static char CallStaticCharMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static int GetArrayLength(IntPtr array)
static void SetStaticSByteField(IntPtr clazz, IntPtr fieldID, sbyte val)
static bool IsAssignableFrom(IntPtr clazz1, IntPtr clazz2)
static char GetCharField(IntPtr obj, IntPtr fieldID)
static void ExceptionClear()
static IntPtr ToShortArray(short[] array)
static IntPtr AllocObject(IntPtr clazz)
static int DetachCurrentThread()
static string GetStringChars(IntPtr str)
static char[] FromCharArray(IntPtr array)
static void SetStaticDoubleField(IntPtr clazz, IntPtr fieldID, double val)
static IntPtr ToFloatArray(float[] array)
static string CallStaticStringMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
static int GetStringLength(IntPtr str)
static short CallShortMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static void SetIntField(IntPtr obj, IntPtr fieldID, int val)
static void SetStaticByteField(IntPtr clazz, IntPtr fieldID, byte val)
static void SetLongArrayElement(IntPtr array, int index, long val)
static long GetLongArrayElement(IntPtr array, int index)
static IntPtr ToObjectArray(IntPtr[] array, IntPtr arrayClass)
static IntPtr ToIntArray(int[] array)
static IntPtr NewWeakGlobalRef(IntPtr obj)
static short GetStaticShortField(IntPtr clazz, IntPtr fieldID)
static void FatalError(string message)
static double GetStaticDoubleField(IntPtr clazz, IntPtr fieldID)
static double CallDoubleMethod(IntPtr obj, IntPtr methodID, jvalue[] args)
static void SetIntArrayElement(IntPtr array, int index, int val)
static IntPtr NewObject(IntPtr clazz, IntPtr methodID, jvalue[] args)