BaseVsaEngine.DoCompile Método
Definição
Faz o mecanismo de script compilar o estado de origem existente.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
Retornos
true na compilação bem-sucedida; caso contrário, false.true on successful compilation; otherwise, false.