|
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
|
Collaboration diagram for System.Diagnostics.StackTrace:Public Member Functions | |
| StackTrace () | |
| StackTrace (bool fNeedFileInfo) | |
| StackTrace (int skipFrames, bool fNeedFileInfo) | |
| StackTrace (global::System.Exception e, bool fNeedFileInfo) | |
| StackTrace (global::System.Exception e, int skipFrames, bool fNeedFileInfo) | |
| StackTrace (global::System.Threading.Thread targetThread, bool needFileInfo) | |
| virtual StackFrame | GetFrame (int index) |
| override string | ToString () |
Static Public Attributes | |
| const int | METHODS_TO_SKIP = 0 |
Package Types | |
| enum | TraceFormat { Normal , TrailingNewLine , NoResourceLookup } |
Package Functions | |
| string | ToString (StackTrace.TraceFormat traceFormat) |
Properties | |
| virtual int | FrameCount [get, set] |
Private Member Functions | |
| void | init_frames (int skipFrames, bool fNeedFileInfo) |
| static StackFrame[] | get_trace (global::System.Exception e, int skipFrames, bool fNeedFileInfo) |
| bool | AddFrames (global::System.Text.StringBuilder sb, bool separator, out bool isAsync) |
| void | GetFullNameForStackTrace (global::System.Text.StringBuilder sb, global::System.Reflection.MethodBase mi, bool needsNewLine, out bool skipped, out bool isAsync) |
Static Private Member Functions | |
| static string | GetAotId () |
| static void | ConvertAsyncStateMachineMethod (ref global::System.Reflection.MethodBase method, ref global::System.Type declaringType) |
Private Attributes | |
| StackFrame[] | frames |
| readonly StackTrace[] | captured_traces |
| bool | debug_info |
Static Private Attributes | |
| const string | prefix = " at " |
| static bool | isAotidSet |
| static string | aotid |
Definition at line 18 of file StackTrace.cs.