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

속성 값

메서드를 호출할 때 스크립트 엔진이 디버그 정보를 생성하도록 설정되어 있으면 />이고, 그렇지 않으면 .

구현

적용 대상