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
System.Diagnostics.StackFrame Class Reference

Public Member Functions

 StackFrame ()
 
 StackFrame (int skipFrames, bool fNeedFileInfo)
 
virtual int GetFileLineNumber ()
 
virtual string GetFileName ()
 
virtual int GetILOffset ()
 
virtual 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 ()
 

Static Private Member Functions

static bool get_frame_info (int skip, bool needFileInfo, [Out] 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
 
MethodBase methodBase
 
string fileName
 
int lineNumber
 
int columnNumber
 
string internalMethodName
 

Detailed Description

Definition at line 13 of file StackFrame.cs.


The documentation for this class was generated from the following file: