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
SafeDeleteContext.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000314")]
9 internal abstract class SafeDeleteContext : SafeHandle
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001489")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E3780C", Offset = "0x1E3780C", Length = "0x80")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SafeDeleteNegoContext), Member = ".ctor", MemberParameters = new object[]
14 {
16 typeof(string)
17 }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandle), Member = ".ctor", MemberParameters = new object[]
20 {
22 typeof(bool)
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandle), Member = "DangerousAddRef", MemberParameters = new object[] { typeof(ref bool) }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x170004A3")]
32 public override bool IsInvalid
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x600148A")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1E3788C", Offset = "0x1E3788C", Length = "0x10")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 get
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x600148B")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1E3789C", Offset = "0x1E3789C", Length = "0x24")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandle), Member = "DangerousRelease", ReturnType = typeof(void))]
48 protected override bool ReleaseHandle()
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x4001130")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
56 }
57}
class f__AnonymousType0<< Count > j__TPar
SafeDeleteContext(SafeFreeCredentials credential)