ReplResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ReplResult
type ReplResult = class
Public Class ReplResult
- Inheritance
-
ReplResult
Constructors
| ReplResult() |
Properties
| CheckResult |
Check Result, after ApplyErrors() is called. Could have be failures. Could be null on a nop. |
| DeclaredVars |
Updates to variables via Set(). key is the name, value is the final value at the end of the expression. |
| EvalResult |
Result after evaluation. Null if didn't eval. |
| IsSuccess | |