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

実装

適用対象