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
AutoPinner.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x2000044")]
7internal class AutoPinner : IDisposable
8{
9 [global::Cpp2ILInjected.Token(Token = "0x600017A")]
10 [global::Cpp2ILInjected.Address(RVA = "0x705678", Offset = "0x705678", Length = "0x38")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GCHandle), Member = "Alloc", MemberParameters = new object[]
14 {
15 typeof(object),
17 }, ReturnType = typeof(GCHandle))]
18 public AutoPinner(object obj)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x600017B")]
24 [global::Cpp2ILInjected.Address(RVA = "0x7056B0", Offset = "0x7056B0", Length = "0xC")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GCHandle), Member = "AddrOfPinnedObject", ReturnType = typeof(IntPtr))]
27 public static implicit operator IntPtr(AutoPinner ap)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x600017C")]
33 [global::Cpp2ILInjected.Address(RVA = "0x7056BC", Offset = "0x7056BC", Length = "0xC")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GCHandle), Member = "Free", ReturnType = typeof(void))]
36 public void Dispose()
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x4000112")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
44}
class f__AnonymousType0<< Count > j__TPar
void Dispose()
Definition AutoPinner.cs:36
AutoPinner(object obj)
Definition AutoPinner.cs:18
GCHandle _pinnedArray
Definition AutoPinner.cs:43