Lean
$LEAN_TAG$
|
Provides methods for determining higher stack frames More...
Static Public Member Functions | |
static string | GetMethodName (int frame=1) |
Gets the method name of the caller More... | |
Provides methods for determining higher stack frames
Definition at line 24 of file WhoCalledMe.cs.
|
static |
Gets the method name of the caller
frame | The number of stack frames to retrace from the caller's position |
Definition at line 32 of file WhoCalledMe.cs.