ExtRemoteTyped::Eval method (engextcpp.hpp)

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

Syntax

ExtRemoteTyped Eval(
  [in] PCSTR Expr
);

Parameters

[in] 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

Requirement Value
Target Platform Desktop
Header engextcpp.hpp (include Engextcpp.hpp)