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
HandleRef.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200042F RID: 1071
6 public readonly struct HandleRef
7 {
8 // Token: 0x0600214C RID: 8524 RVA: 0x0004BDE8 File Offset: 0x00049FE8
9 public HandleRef(object wrapper, IntPtr handle)
10 {
12 this._handle = handle;
13 }
14
15 // Token: 0x17000456 RID: 1110
16 // (get) Token: 0x0600214D RID: 8525 RVA: 0x0004BE04 File Offset: 0x0004A004
18 {
19 get
20 {
21 return this._handle;
22 }
23 }
24
25 // Token: 0x040011F0 RID: 4592
26 private readonly object _wrapper;
27
28 // Token: 0x040011F1 RID: 4593
30 }
31}
class f__AnonymousType0<< Count > j__TPar
HandleRef(object wrapper, IntPtr handle)
Definition HandleRef.cs:9