Microsoft SDK for Java

getExecutionModelStringOfCaller

The getExecutionModelStringOfCaller method of the Debugger Class contains the following signatures:

getExecutionModelStringOfCaller (int depth)
getExecutionModelStringOfCaller ()

getExecutionModelStringOfCaller (int depth)

Returns a string describing the execution model of a caller at the specified stack depth.

Syntax

public static String getExecutionModelStringOfCaller (int depth)

Parameters

depth The specified stack depth.

getExecutionModelStringOfCaller ()

Returns a string describing the execution model of the caller of this function.

Syntax

public static String getExecutionModelStringOfCaller ()

© 1999 Microsoft Corporation. All rights reserved. Terms of use.