Microsoft.VisualBasic Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
The Microsoft.VisualBasic namespace contains types that support the Visual Basic Runtime.
For more information about the language elements in the Visual Basic Runtime, see the Visual Basic documentation.
Classes
Class | Description | |
---|---|---|
Collection | A Visual Basic Collection is an ordered set of items that can be referred to as a unit. | |
Constants | The Constants module contains miscellaneous constants. These constants can be used anywhere in your code. | |
ControlChars | The ControlChars module contains constants used as control characters. These constants can be used anywhere in your code. | |
Conversion | The Conversion module contains the procedures used to perform various conversion operations. | |
DateAndTime | The DateAndTime module contains the procedures and properties used in date and time operations. | |
ErrObject | The ErrObject module contains properties and procedures used to identify and handle run-time errors using the Err object. | |
Globals | The Globals module contains script engine functions. | |
HideModuleNameAttribute | The HideModuleNameAttribute attribute, when applied to a module, allows the module members to be accessed using only the qualification needed for the module. | |
Information | The Information module contains the procedures used to return, test for, or verify information. | |
Interaction | The Interaction module contains procedures used to interact with objects, applications, and systems. | |
MyGroupCollectionAttribute | Infrastructure. Specifies that the class will be modified based on the type identified by the MyGroupName property. | |
Strings | The Strings module contains procedures used to perform string operations. | |
VBMath | The VbMath module contains procedures used to perform mathematical operations. |
Enumerations
Enumeration | Description | |
---|---|---|
CallType | Indicates the type of procedure being invoked when calling the CallByName function. | |
CompareMethod | Indicates how to compare strings when calling comparison functions. | |
DateFormat | Indicates how to display dates when calling the FormatDateTime function. | |
DateInterval | Indicates how to determine and format date intervals when calling date-related functions. | |
FirstDayOfWeek | Indicates the first day of the week to use when calling date-related functions. | |
FirstWeekOfYear | Indicates the first week of the year to use when calling date-related functions. | |
TriState | Indicates a Boolean value or whether the default should be used when calling number-formatting functions. | |
VariantType | Indicates the type of a variant object, returned by the VarType function. |