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
NativeArrayUnsafeUtility.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000020 RID: 32
7 public static class NativeArrayUnsafeUtility
8 {
9 // Token: 0x0600002D RID: 45 RVA: 0x000021B3 File Offset: 0x000003B3
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x0600002E RID: 46 RVA: 0x000021B3 File Offset: 0x000003B3
16 public unsafe static void* GetUnsafePtr<T>(this NativeArray<T> nativeArray) where T : struct
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
static unsafe void * GetUnsafePtr< T >(this NativeArray< T > nativeArray)
static unsafe NativeArray< T > ConvertExistingDataToNativeArray< T >(void *dataPointer, int length, Allocator allocator)