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

◆ GetAotId()

static string System.Diagnostics.StackTrace.GetAotId ( )
inlinestaticprivate

Definition at line 114 of file StackTrace.cs.

115 {
116 string text;
117 if (RuntimeAssembly.GetAotId() != null)
118 {
119 return text;
120 }
121 return text;
122 }

References System.Reflection.RuntimeAssembly.GetAotId(), and System.text.