IVsaEngine.IsCompiled Property

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

Syntax

'Declaration
ReadOnly Property IsCompiled As Boolean
    Get
bool IsCompiled { get; }
property bool IsCompiled {
    bool get ();
}
abstract IsCompiled : bool
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