הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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) |