terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
NoAllocHelpers.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine
7{
8 // Token: 0x020000C3 RID: 195
9 [NativeHeader("Runtime/Export/Scripting/NoAllocHelpers.bindings.h")]
10 internal sealed class NoAllocHelpers
11 {
12 // Token: 0x06000356 RID: 854 RVA: 0x00006DD0 File Offset: 0x00004FD0
13 public static void ResizeList<T>(List<T> list, int size)
14 {
15 while (list == null)
16 {
17 }
18 }
19
20 // Token: 0x06000357 RID: 855 RVA: 0x00006DEC File Offset: 0x00004FEC
21 public static void EnsureListElemCount<T>(List<T> list, int count)
22 {
23 }
24
25 // Token: 0x06000358 RID: 856 RVA: 0x000021B3 File Offset: 0x000003B3
26 public static int SafeLength<T>(List<T> values)
27 {
28 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
29 }
30
31 // Token: 0x06000359 RID: 857 RVA: 0x00006DFC File Offset: 0x00004FFC
32 [FreeFunction("NoAllocHelpers_Bindings::Internal_ResizeList")]
33 internal static void Internal_ResizeList(object list, int size)
34 {
35 throw new MissingMethodException();
36 }
37
38 // Token: 0x0600035A RID: 858 RVA: 0x00006E10 File Offset: 0x00005010
39 [FreeFunction("NoAllocHelpers_Bindings::ExtractArrayFromList")]
40 public static Array ExtractArrayFromList(object list)
41 {
42 throw new MissingMethodException();
43 }
44 }
45}
class f__AnonymousType0<< Count > j__TPar
static void EnsureListElemCount< T >(List< T > list, int count)
static void Internal_ResizeList(object list, int size)
static int SafeLength< T >(List< T > values)
static void ResizeList< T >(List< T > list, int size)
static Array ExtractArrayFromList(object list)