BaseVsaEngine.Compile メソッド

定義

エンジンで既存のソース状態をコンパイルします。

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

戻り値

コンパイルが成功した場合は true。それ以外の場合は false

実装

適用対象