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
AutoPinner.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x02000044 RID: 68
5internal class AutoPinner : IDisposable
6{
7 // Token: 0x0600017A RID: 378 RVA: 0x000048C4 File Offset: 0x00002AC4
8 public AutoPinner(object obj)
9 {
12 }
13
14 // Token: 0x0600017B RID: 379 RVA: 0x000048E8 File Offset: 0x00002AE8
15 public static implicit operator IntPtr(AutoPinner ap)
16 {
18 return intPtr;
19 }
20
21 // Token: 0x0600017C RID: 380 RVA: 0x000048F8 File Offset: 0x00002AF8
22 public void Dispose()
23 {
24 }
25
26 // Token: 0x04000112 RID: 274
28}
class f__AnonymousType0<< Count > j__TPar
void Dispose()
Definition AutoPinner.cs:22
AutoPinner(object obj)
Definition AutoPinner.cs:8
GCHandle _pinnedArray
Definition AutoPinner.cs:27
static GCHandle Alloc(object value)
Definition GCHandle.cs:97