Microsoft SDK for Java

getInitialExecutionModelOfMethod

This method of the Debugger Class queries about the default execution model of a method. The actual execution model used may vary at any time.

Syntax

public static native int getInitialExecutionModelOfMethod (java.lang.reflect.Method m);

Return Value

One of the EXEC_MODEL_XXX constants.

Parameters

m The method to get the execution model for.

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