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
◆
FrameCount
virtual
int System.Diagnostics.StackTrace.FrameCount
get
Definition at line
76
of file
StackTrace.cs
.
77
{
78
get
79
{
80
StackFrame[]
array
= this.
frames
;
81
if
(array !=
null
)
82
{
83
long
methodAddress =
array
.
methodAddress
;
84
return
;
85
}
86
}
87
}
System.Diagnostics.StackFrame.methodAddress
long methodAddress
Definition
StackFrame.cs:105
System.Diagnostics.StackTrace.frames
StackFrame[] frames
Definition
StackTrace.cs:201
System.ExceptionArgument.array
@ array
System
Diagnostics
StackTrace
Generated by
1.10.0