IVsaEngine.IsCompiled Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property IsCompiled As Boolean
bool IsCompiled { get; }
property bool IsCompiled {
    bool get ();
}
abstract IsCompiled : bool with get
function get IsCompiled () : boolean

Property Value

Type: System.Boolean
Returns TRUE if the script engine is set to produce debug information when the Compile method is called. Returns FALSE if the script engine will return no debug information.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace