VBCodeProvider::CreateCompiler Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.VisualBasic
Assembly: System (in System.dll)
Return to top
Gets an instance of the Visual Basic code compiler.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")] virtual ICodeCompiler^ CreateCompiler() override
Return Value
Type: System.CodeDom.Compiler::ICodeCompiler^An instance of the Visual Basic ICodeCompiler implementation.
.NET Framework
Available since 1.1
Available since 1.1
Show: