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
ArgIterator.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200016A")]
9 [StructLayout(3)]
10 public struct ArgIterator
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000E92")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C79D40", Offset = "0x1C79D40", Length = "0x4C")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
17 public override bool Equals(object o)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000E93")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C79D8C", Offset = "0x1C79D8C", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 public override int GetHashCode()
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x400064A")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
32 private global::System.IntPtr sig;
33
34 [global::Cpp2ILInjected.Token(Token = "0x400064B")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
36 private global::System.IntPtr args;
37
38 [global::Cpp2ILInjected.Token(Token = "0x400064C")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
40 private int next_arg;
41
42 [global::Cpp2ILInjected.Token(Token = "0x400064D")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
44 private int num_args;
45 }
46}
class f__AnonymousType0<< Count > j__TPar
override int GetHashCode()
global::System.IntPtr args
override bool Equals(object o)
global::System.IntPtr sig
IntPtr(int value)
Definition IntPtr.cs:46