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.
1using System;
2
3namespace 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}
static long Subtract(IntPtr a, IntPtr b)
static IntPtr Add(IntPtr a, int b)