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
SafeFreeCredentials.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000316")]
9 internal abstract class SafeFreeCredentials : SafeHandle
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001493")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E37940", Offset = "0x1E37940", Length = "0xC")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandle), Member = ".ctor", MemberParameters = new object[]
15 {
17 typeof(bool)
18 }, ReturnType = typeof(void))]
20 {
21 throw null;
22 }
23 }
24}
class f__AnonymousType0<< Count > j__TPar
SafeFreeCredentials(IntPtr handle, bool ownsHandle)