Microsoft.Vsa Namespace

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

The Microsoft.Vsa namespace contains interfaces that allow you to integrate Script for the.NET Framework script engines into applications, and to compile and execute code at run time.

Classes

  Class Description
Public class VsaException Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class VsaLoader Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class VsaModule Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Interfaces

  Interface Description
Public interface IVsaCodeItem Obsolete. Represents a code item to be compiled by the script engine.
Public interface IVsaDTCodeItem Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public interface IVsaDTEngine Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public interface IVsaEngine Obsolete. Defines the methods and properties that a script engine must support and provides programmatic access to the script engine.
Public interface IVsaError Obsolete. Provides access to compilation errors encountered during execution of the IVsaEngine.Compile Method method.
Public interface IVsaGlobalItem Obsolete. Describes global objects added to the script engine.
Public interface IVsaIDE Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public interface IVsaIDESite Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public interface IVsaItem Obsolete. Defines an interface for all items added to the .NET script engine, including code items, reference items, and global items. It defines generic properties and methods that apply to all item types recognized by the engine.
Public interface IVsaItems Obsolete. Defines an interface for a collection of IVsaItem objects, which can be addressed either by name or by index.
Public interface IVsaPersistSite Obsolete. Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.
Public interface IVsaReferenceItem Obsolete. Describes a reference added to the script engine.
Public interface IVsaSite Obsolete. Enables communication between the host and the script engine. This interface is implemented by the host.

Enumerations

  Enumeration Description
Public enumeration VsaError Obsolete. Defines the set of exceptions that can be thrown by a .NET script engine.
Public enumeration VsaIDEMode Obsolete. This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public enumeration VsaItemFlag Obsolete. Identifies the type of code item as Class, Module, or None.
Public enumeration VsaItemType Obsolete. Identifies the item type as Code, Reference, or AppGlobal.