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
ArgIterator.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
System
6
{
7
// Token: 0x0200016A RID: 362
8
[
StructLayout
(3)]
9
public
struct
ArgIterator
10
{
11
// Token: 0x06000E92 RID: 3730 RVA: 0x0000207A File Offset: 0x0000027A
12
public
override
bool
Equals
(
object
o)
13
{
14
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
15
}
16
17
// Token: 0x06000E93 RID: 3731 RVA: 0x0000207A File Offset: 0x0000027A
18
public
override
int
GetHashCode
()
19
{
20
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
21
}
22
23
// Token: 0x0400064A RID: 1610
24
private
IntPtr
sig
;
25
26
// Token: 0x0400064B RID: 1611
27
private
IntPtr
args
;
28
29
// Token: 0x0400064C RID: 1612
30
private
int
next_arg
;
31
32
// Token: 0x0400064D RID: 1613
33
private
int
num_args
;
34
}
35
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.ArgIterator.sig
IntPtr sig
Definition
ArgIterator.cs:24
System.ArgIterator.num_args
int num_args
Definition
ArgIterator.cs:33
System.ArgIterator.GetHashCode
override int GetHashCode()
Definition
ArgIterator.cs:18
System.ArgIterator.next_arg
int next_arg
Definition
ArgIterator.cs:30
System.ArgIterator.args
IntPtr args
Definition
ArgIterator.cs:27
System.ArgIterator.Equals
override bool Equals(object o)
Definition
ArgIterator.cs:12
System.ArgIterator
Definition
ArgIterator.cs:10
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
ArgIterator.cs
Generated by
1.10.0