|
| Class | Description |
|---|
.gif) | Collection [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.collection.aspx ] | A Visual Basic Collection is an ordered set of items that can be referred to as a unit. |
.gif) | ComClassAttribute [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.comclassattribute.aspx ] | The ComClassAttribute attribute instructs the compiler to add metadata that allows a class to be exposed as a COM object. |
.gif) | Constants [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.constants.aspx ] | The Constants module contains miscellaneous constants. These constants can be used anywhere in your code. |
.gif) | ControlChars [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.controlchars.aspx ] | The ControlChars module contains constants used as control characters. These constants can be used anywhere in your code. |
.gif) | Conversion [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.conversion.aspx ] | The Conversion module contains the procedures used to perform various conversion operations. |
.gif) | DateAndTime [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.dateandtime.aspx ] | The DateAndTime module contains the procedures and properties used in date and time operations. |
.gif) | ErrObject [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.errobject.aspx ] | The ErrObject module contains properties and procedures used to identify and handle run-time errors using the Err object. |
.gif) | FileSystem [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.filesystem.aspx ] | 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 [ http://msdn.microsoft.com/en-us/library/0b485hf7.aspx ] . |
.gif) | Financial [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.financial.aspx ] | The Financial module contains procedures used to perform financial operations. |
.gif) | Globals [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.globals.aspx ] | The Globals module contains script engine functions. |
.gif) | HideModuleNameAttribute [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.hidemodulenameattribute.aspx ] | 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 [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.information.aspx ] | The Information module contains the procedures used to return, test for, or verify information. |
.gif) | Interaction [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.interaction.aspx ] | The Interaction module contains procedures used to interact with objects, applications, and systems. |
.gif) | MyGroupCollectionAttribute [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.mygroupcollectionattribute.aspx ] | Infrastructure. This attribute supports My.Forms and My.WebServices in Visual Basic. |
.gif) | Strings [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.strings.aspx ] | The Strings module contains procedures used to perform string operations. |
.gif) | VBCodeProvider [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.vbcodeprovider.aspx ] | Provides access to instances of the Visual Basic code generator and code compiler. |
.gif) | VBFixedArrayAttribute [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.vbfixedarrayattribute.aspx ] | Indicates that an array in a structure or non-local variable should be treated as a fixed-length array. |
.gif) | VBFixedStringAttribute [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.vbfixedstringattribute.aspx ] | Indicates that a string should be treated as if it were fixed length. |
.gif) | VBMath [ http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.vbmath.aspx ] | The VbMath module contains procedures used to perform mathematical operations. |