Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |