Microsoft.VisualBasic.Vsa Namespace
Contains objects that allow you to integrate Script for the .NET Framework script engines into Visual Basic, and to compile and execute code at run time.
Classes
VsaCodeItem |
Represents a code item to be compiled by the script engine. |
VsaCompilerError |
Represents a compiler error or warning. |
VsaEngine | |
VsaGlobalItem |
Describes global objects added to the script engine. |
VsaItem |
Defines an object for all items added to the .NET script engine, including code items, reference items, and global items. |
VsaItems |
Defines a collection of VsaItem objects, which can be addressed either by name or by index. |
VsaItemsEnumerator |
Supports a simple iteration over a non-generic collection. |
VsaReferenceItem |
Describes a reference added to the script engine. |