BaseVsaEngine.DoCompile Method

Definition

Causes the script engine to compile the existing source state.

protected:
 abstract bool DoCompile();
protected abstract bool DoCompile ();
abstract member DoCompile : unit -> bool
Protected MustOverride Function DoCompile () As Boolean

Returns

true on successful compilation; otherwise, false.

Applies to