共用方式為


VsaEngineClass.IsCompiled 屬性

定義

取得值,這個值表示呼叫 Compile() 方法時,指令碼引擎是否設定為產生偵錯資訊。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual property bool IsCompiled { bool get(); };
public virtual bool IsCompiled { get; }
member this.IsCompiled : bool
Public Overridable ReadOnly Property IsCompiled As Boolean

屬性值

Boolean

true 如果在呼叫方法時,將腳本引擎設定為產生 debug 資訊,則為 Compile() ,否則為 false

實作

適用於