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
HandleRef.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200042F")]
8 public readonly struct HandleRef
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600214C")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B6FA08", Offset = "0x1B6FA08", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.Process", Member = "GetProcessHandle", MemberParameters = new object[]
13 {
14 typeof(int),
15 typeof(bool)
16 }, ReturnType = "Microsoft.Win32.SafeHandles.SafeProcessHandle")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.ProcessWaitHandle", Member = ".ctor", MemberParameters = new object[] { "Microsoft.Win32.SafeHandles.SafeProcessHandle" }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
19 public HandleRef(object wrapper, global::System.IntPtr handle)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x17000456")]
25 public global::System.IntPtr Handle
26 {
27 [global::Cpp2ILInjected.Token(Token = "0x600214D")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B6FA10", Offset = "0x1B6FA10", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 get
31 {
32 throw null;
33 }
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x40011F0")]
37 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
38 private readonly object _wrapper;
39
40 [global::Cpp2ILInjected.Token(Token = "0x40011F1")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
42 private readonly global::System.IntPtr _handle;
43 }
44}
class f__AnonymousType0<< Count > j__TPar
HandleRef(object wrapper, global::System.IntPtr handle)
Definition HandleRef.cs:19
readonly global::System.IntPtr _handle
Definition HandleRef.cs:42