VsaLoader.IsCompiled Property

Definition

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Property Value

true if the script engine is set to produce debug information when the Compile() method is called; otherwise, false.

Implements

Applies to