Microsoft SDK for Java

getExecutionModelOfCaller

This method of the Debugger Class queries about the execution model of a caller at the specified stack depth.

Syntax

public static native int getExecutionModelOfCaller (int depth);

Return Value

One of the EXEC_MODEL_XXX constants.

Parameters

depth The specified stack depth.

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