1 out of 2 rated this helpful - Rate this topic

Microsoft.VisualBasic.CompilerServices Namespace

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
Public class 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.
Public class 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.
Public class 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.
Public class 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.
Public class Conversions This class provides methods that perform various type conversions.
Public class 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.
Public class 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.
Public class DesignerGeneratedAttribute When applied to a class, the compiler implicitly calls a component-initializing method from the default synthetic constructor.
Public class 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.
Public class ExceptionUtils  
Public class FlowControl  
Public class HostServices  
Public class 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.
Public class 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.
Public class InternalErrorException  
Public class LateBinding  
Public class 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.
Public class 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.
Public class 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.
Public class ObjectFlowControl The Visual Basic compiler uses this class for object flow control; it is not meant to be called directly from your code.
Public class ObjectFlowControl.ForLoopControl  
Public class 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.
Public class 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.
Public class OptionCompareAttribute  
Public class 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.
Public class ProjectData This class provides helpers for the Visual Basic Err object. It is not meant to be called directly from your code.
Public class 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.
Public class 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.
Public class 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.
Public class 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.
Public class 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.
Public class Utils This class contains utilities that the Visual Basic compiler uses; it is not meant to be called directly from your code.
Public class Versioned The Versioned module contains procedures used to interact with objects, applications, and systems.
  Interface Description
Public interface IVbHost  
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ