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.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
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
{
11
this._wrapper
=
wrapper
;
12
this._handle
= handle;
13
}
14
15
// Token: 0x17000456 RID: 1110
16
// (get) Token: 0x0600214D RID: 8525 RVA: 0x0004BE04 File Offset: 0x0004A004
17
public
IntPtr
Handle
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
29
private
readonly
IntPtr
_handle
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
System.Runtime.InteropServices.HandleRef.Handle
IntPtr Handle
Definition
HandleRef.cs:18
System.Runtime.InteropServices.HandleRef.HandleRef
HandleRef(object wrapper, IntPtr handle)
Definition
HandleRef.cs:9
System.Runtime.InteropServices.HandleRef._handle
readonly IntPtr _handle
Definition
HandleRef.cs:29
System.Runtime.InteropServices.HandleRef._wrapper
readonly object _wrapper
Definition
HandleRef.cs:26
System.Runtime.InteropServices.HandleRef
Definition
HandleRef.cs:7
source
mscorlib
System
Runtime
InteropServices
HandleRef.cs
Generated by
1.10.0