Udostępnij przez


ReplResult Class

Definition

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

Applies to