共用方式為


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

實作

適用於