|
| Class | Description |
|---|
.gif) | Collection | A Visual Basic Collection is an ordered set of items that can be referred to as a unit. |
.gif) | ComClassAttribute | The ComClassAttribute attribute instructs the compiler to add metadata that allows a class to be exposed as a COM object. |
.gif) | Constants | The Constants module contains miscellaneous constants. These constants can be used anywhere in your code. |
.gif) | ControlChars | The ControlChars module contains constants used as control characters. These constants can be used anywhere in your code. |
.gif) | Conversion | The Conversion module contains the procedures used to perform various conversion operations. |
.gif) | DateAndTime | The DateAndTime module contains the procedures and properties used in date and time operations. |
.gif) | ErrObject | The ErrObject module contains properties and procedures used to identify and handle run-time errors using the Err object. |
.gif) | FileSystem | The FileSystem module contains the procedures that are used to perform file, directory or folder, and system operations. The My feature gives you better productivity and performance in file I/O operations than using the FileSystem module. For more information, see My.Computer.FileSystem Object. |
.gif) | Financial | The Financial module contains procedures used to perform financial operations. |
.gif) | Globals | The Globals module contains script engine functions. |
.gif) | HideModuleNameAttribute | The HideModuleNameAttribute attribute, when applied to a module, allows the module members to be accessed using only the qualification needed for the module. |
.gif) | Information | The Information module contains the procedures used to return, test for, or verify information. |
.gif) | Interaction | The Interaction module contains procedures used to interact with objects, applications, and systems. |
.gif) | MyGroupCollectionAttribute | Infrastructure. This attribute supports My.Forms and My.WebServices in Visual Basic. |
.gif) | Strings | The Strings module contains procedures used to perform string operations. |
.gif) | VBCodeProvider | Provides access to instances of the Visual Basic code generator and code compiler. |
.gif) | VBFixedArrayAttribute | Indicates that an array in a structure or non-local variable should be treated as a fixed-length array. |
.gif) | VBFixedStringAttribute | Indicates that a string should be treated as if it were fixed length. |
.gif) | VBMath | The VbMath module contains procedures used to perform mathematical operations. |