Microsoft.VisualBasic.CompilerServices Namespace
.NET Framework 2.0
The Microsoft.VisualBasic.CompilerServices namespace contains internal-use only types that support the Visual Basic compiler.
For more information about the Visual Basic language elements, see Visual Basic Reference.
| Class | Description | |
|---|---|---|
![]() | BooleanType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | ByteType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | CharArrayType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | CharType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | Conversions | This class provides methods that perform various type conversions. |
![]() | DateType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | DecimalType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | DesignerGeneratedAttribute | When applied to a class, the compiler implicitly calls a component-initializing method from the default synthetic constructor. |
![]() | DoubleType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | ExceptionUtils | |
![]() | FlowControl | |
![]() | HostServices | |
![]() | IncompleteInitialization | The Visual Basic compiler uses this class during static local initialization; it is not meant to be called directly from your code. An exception of this type is thrown if a static local variable fails to initialize. |
![]() | IntegerType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | InternalErrorException | |
![]() | LateBinding | |
![]() | LikeOperator | This class provides helpers that the Visual Basic compiler uses to do the work for the Like Operator. It is not meant to be called directly from your code. |
![]() | LongType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | NewLateBinding | This class provides helpers that the Visual Basic compiler uses for late binding calls; it is not meant to be called directly from your code. |
![]() | ObjectFlowControl | The Visual Basic compiler uses this class for object flow control; it is not meant to be called directly from your code. |
![]() | ObjectFlowControl.ForLoopControl | |
![]() | ObjectType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | Operators | This class provides late-bound math operators, such as AddObject and CompareObject, which the Visual Basic compiler uses internally. This class is not meant to be called directly from your code. |
![]() | OptionCompareAttribute | |
![]() | OptionTextAttribute | The Visual Basic compiler emits this class to indicate (for Visual Basic debugging) which comparison option, binary or text, is being used. This helper class is not meant to be called directly from your code. |
![]() | ProjectData | This class provides helpers for the Visual Basic Err object. It is not meant to be called directly from your code. |
![]() | ShortType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | SingleType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | StandardModuleAttribute | This class provides attributes that are applied to the standard module construct when it is emitted to Intermediate Language (IL). It is not intended to be called directly from your code. |
![]() | StaticLocalInitFlag | The Visual Basic compiler uses this class internally when initializing static local members; it is not meant to be called directly from your code. |
![]() | StringType | This class has been deprecated as of Visual Basic 2005. It is used only to support the Visual Basic 2003 compiler and is not intended to be used directly from your code. |
![]() | Utils | This class contains utilities that the Visual Basic compiler uses; it is not meant to be called directly from your code. |
![]() | Versioned | The Versioned module contains procedures used to interact with objects, applications, and systems. |
| Interface | Description | |
|---|---|---|
![]() | IVbHost |
Community Additions
ADD
Show:

