Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains internal-use only types that support the Visual Basic compiler.
Classes
Class | Description | |
---|---|---|
![]() |
Conversions | Provides methods that perform various type conversions. |
![]() |
DesignerGeneratedAttribute | When applied to a class, the compiler implicitly calls a component-initializing method from the default synthetic constructor. |
![]() |
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. |
![]() |
ObjectFlowControl | Infrastructure. The Visual Basic compiler uses this class for object flow control; it is not meant to be called directly from your code. |
![]() |
ObjectFlowControl. . :: . .ForLoopControl | Infrastructure. Provides services to the Visual Basic compiler for compiling For...Next loops. |
![]() |
Operators | Infrastructure. Provides late-bound math operators, such as AddObject and CompareObject, which the Visual Basic compiler uses internally. |
![]() |
OptionCompareAttribute | Infrastructure. Specifies that the current Option Compare setting should be passed as the default value for an argument. |
![]() |
OptionTextAttribute | Infrastructure. The Visual Basic compiler emits this helper class to indicate (for Visual Basic debugging) which comparison option, binary or text, is being used |
![]() |
ProjectData | Infrastructure. Provides helpers for the Visual Basic Err object. |
![]() |
StandardModuleAttribute | Infrastructure. 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 | Infrastructure. The Visual Basic compiler uses this class internally when initializing static local members; it is not meant to be called directly from your code. |