Debugging Tools for Windows

ExtRemoteTyped::Eval

The Eval method returns typed data that is the result of evaluating an expression.

ExtRemoteData
  ExtRemoteTyped::Eval(
    IN PCSTR  Expr
    ) throw(...)

Parameters

Expr
The expression to evaluate. Expr is evaluated using the default expression evaluator.

Return Value

Eval returns a new ExtRemoteData object that represents the typed data that is the result of evaluating the expression.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

Build machine: CAPEBUILD