This documentation is archived and is not being maintained.
BaseVsaEngine::Pre Enumeration
Visual Studio 2010
Provides enumeration for the BaseVsaEngine class.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.JScript.VsaAssembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Member name | Description | |
|---|---|---|
| None | No engine is set. | |
| EngineNotClosed | The engine is not closed. | |
| SupportForDebug | The debug features are switched on. | |
| EngineCompiled | The engine is compiled. | |
| EngineRunning | The engine is running. | |
| EngineNotRunning | The engine is not running. | |
| RootMonikerSet | The root moniker is set. | |
| RootMonikerNotSet | The root moniker is not set. | |
| RootNamespaceSet | The root namespace is set. | |
| SiteSet | The site is set. | |
| SiteNotSet | The site is not set. | |
| EngineInitialised | The engine is initialized. | |
| EngineNotInitialised | The engine is not initialized. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: