|
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.StackFrame:Public Member Functions | |
| StackFrame () | |
| StackFrame (int skipFrames, bool fNeedFileInfo) | |
| virtual int | GetFileLineNumber () |
| virtual string | GetFileName () |
| virtual int | GetILOffset () |
| virtual global::System.Reflection.MethodBase | GetMethod () |
| virtual int | GetNativeOffset () |
| override string | ToString () |
Static Public Attributes | |
| const int | OFFSET_UNKNOWN = -1 |
Package Functions | |
| string | GetSecureFileName () |
| long | GetMethodAddress () |
| uint | GetMethodIndex () |
| string | GetInternalMethodName () |
Private Member Functions | |
| static bool | get_frame_info (int skip, bool needFileInfo, out global::System.Reflection.MethodBase method, out int iloffset, out int native_offset, out string file, out int line, out int column) |
Private Attributes | |
| int | ilOffset |
| int | nativeOffset |
| long | methodAddress |
| uint | methodIndex |
| global::System.Reflection.MethodBase | methodBase |
| string | fileName |
| int | lineNumber |
| int | columnNumber |
| string | internalMethodName |
Definition at line 16 of file StackFrame.cs.