This documentation is archived and is not being maintained.
Microsoft.VisualBasic Namespaces
Visual Studio 2010
The Microsoft.VisualBasic namespaces contain classes that support compilation and code generation using the Visual Basic language. Child namespaces contain types that provide services to the Visual Basic compiler and types that include support for the Visual Basic application model, the My namespace, lambda expressions, and code conversion.
Namespace | Description |
---|---|
Microsoft.VisualBasic | The Microsoft.VisualBasic namespace contains types that support the Visual Basic Runtime in Visual Basic. |
Microsoft.VisualBasic.Activities | Contains classes that provide Visual Basic expressions that can be bound to In and Out arguments, and Visual Basic expression settings. |
Microsoft.VisualBasic.Activities.XamlIntegration | Provides a type converter and a XAML serializer for VisualBasicSettings. |
Microsoft.VisualBasic.ApplicationServices | The Microsoft.VisualBasic.ApplicationServices namespace contains types that support the Visual Basic Application Model and provide access to application information. |
Microsoft.VisualBasic.Compatibility.VB6 | The Microsoft.VisualBasic.Compatibility.VB6 namespace contains functions and objects provided use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. |
Microsoft.VisualBasic.CompilerServices | The Microsoft.VisualBasic.CompilerServices namespace contains internal-use only types that support the Visual Basic compiler. |
Microsoft.VisualBasic.Devices | The Microsoft.VisualBasic.Devices namespace contains types that support the My objects related to devices in Visual Basic. |
Microsoft.VisualBasic.FileIO | The Microsoft.VisualBasic.FileIO namespace contains types that support the My file system object in Visual Basic. |
Microsoft.VisualBasic.Logging | The Microsoft.VisualBasic.Logging namespace contains types that support the My logging objects in Visual Basic and provides a simple log listener that directs logging output to file. |
Microsoft.VisualBasic.MyServices | The Microsoft.VisualBasic.MyServices namespace contains types that support My in Visual Basic. |
Microsoft.VisualBasic.MyServices.Internal | The Microsoft.VisualBasic.MyServices.Internal namespace contains internal-use only types that support My in Visual Basic. |
Show: