Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |