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
MemoryManager.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Buffers
5{
6 // Token: 0x02000665 RID: 1637
7 public abstract class MemoryManager<T>
8 {
9 // Token: 0x060031CC RID: 12748
10 public abstract Span<T> GetSpan();
11
12 // Token: 0x060031CD RID: 12749
13 public abstract MemoryHandle Pin(int elementIndex = 0);
14
15 // Token: 0x060031CE RID: 12750 RVA: 0x0006BB48 File Offset: 0x00069D48
16 protected internal virtual bool TryGetArray([Out] ArraySegment<T> segment)
17 {
18 }
19 }
20}
class f__AnonymousType0<< Count > j__TPar
virtual bool TryGetArray([Out] ArraySegment< T > segment)
MemoryHandle Pin(int elementIndex=0)