VBCodeProvider Class
Provides access to instances of the Visual Basic code generator and code compiler.
For a list of all members of this type, see VBCodeProvider Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.CodeDom.Compiler.CodeDomProvider
Microsoft.VisualBasic.VBCodeProvider
[Visual Basic] Public Class VBCodeProvider Inherits CodeDomProvider [C#] public class VBCodeProvider : CodeDomProvider [C++] public __gc class VBCodeProvider : public CodeDomProvider [JScript] public class VBCodeProvider extends CodeDomProvider
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This interface provides methods that can be used to retrieve instances of the Visual Basic ICodeGenerator and ICodeCompiler implementations.
Requirements
Namespace: Microsoft.VisualBasic
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
VBCodeProvider Members | Microsoft.VisualBasic Namespace | ICodeGenerator | ICodeCompiler | System.CodeDom | System.CodeDom.Compiler