VsaEngine.Compile 方法

定义

使脚本引擎编译现有的源状态。

public:
 virtual bool Compile();
public bool Compile ();
abstract member Compile : unit -> bool
override this.Compile : unit -> bool
Public Function Compile () As Boolean

返回

成功编译时,返回 true,这表示可在新编译的程序集上调用 VsaEngine 方法;如果编译失败,则返回 false

实现

适用于