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
IntPtrHelper.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net
4
{
5
// Token: 0x0200019E RID: 414
6
internal
static
class
IntPtrHelper
7
{
8
// Token: 0x06000A72 RID: 2674 RVA: 0x00023278 File Offset: 0x00021478
9
internal
static
IntPtr
Add
(
IntPtr
a,
int
b)
10
{
11
long
num;
12
return
(
IntPtr
)num;
13
}
14
15
// Token: 0x06000A73 RID: 2675 RVA: 0x0002328C File Offset: 0x0002148C
16
internal
static
long
Subtract
(
IntPtr
a,
IntPtr
b)
17
{
18
return
(
long
)a;
19
}
20
}
21
}
System.Net.IntPtrHelper.Subtract
static long Subtract(IntPtr a, IntPtr b)
Definition
IntPtrHelper.cs:16
System.Net.IntPtrHelper.Add
static IntPtr Add(IntPtr a, int b)
Definition
IntPtrHelper.cs:9
System.Net.IntPtrHelper
Definition
IntPtrHelper.cs:7
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
System
Net
IntPtrHelper.cs
Generated by
1.10.0