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 }