BaseVsaEngine::Pre Enumeration
.NET Framework (current version)
Provides enumeration for the BaseVsaEngine class.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Member name | Description | |
|---|---|---|
| EngineCompiled | The engine is compiled. | |
| EngineInitialised | The engine is initialized. | |
| EngineNotClosed | The engine is not closed. | |
| EngineNotInitialised | The engine is not initialized. | |
| EngineNotRunning | The engine is not running. | |
| EngineRunning | The engine is running. | |
| None | No engine is set. | |
| RootMonikerNotSet | The root moniker is not set. | |
| RootMonikerSet | The root moniker is set. | |
| RootNamespaceSet | The root namespace is set. | |
| SiteNotSet | The site is not set. | |
| SiteSet | The site is set. | |
| SupportForDebug | The debug features are switched on. |
.NET Framework
Available since 4.0
Available since 4.0
Show: