Microsoft SDK for Java

Debugger Class Fields

The Debugger class contains the following fields. The strings are those returned by ExecutionModeltoString.

Field Name Integer Constant Return String
EXEC_MODEL_INTERPRETED 1 "interpreted"
EXEC_MODEL_NATIVE 2 "native"
EXEC_MODEL_COM 3 "COM"
EXEC_MODEL_JIT 4 "JIT-compiled"
EXEC_MODEL_FAST_INTERPRETED 5 "fast-interpreted"

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