xSession.xppCallStack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the current call stack.
public:
static cli::array <System::Object ^> ^ xppCallStack();
public static object[] xppCallStack ();
static member xppCallStack : unit -> obj[]
Public Shared Function xppCallStack () As Object()
Returns
Object[]
A container that holds the contents of the current call stack.