VBCodeProvider::CreateGenerator 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 generator.
Assembly: System (in System.dll)
public: [ObsoleteAttribute("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")] virtual ICodeGenerator^ CreateGenerator() override
Return Value
Type: System.CodeDom.Compiler::ICodeGenerator^An instance of the Visual Basic ICodeGenerator implementation.
.NET Framework
Available since 1.1
Available since 1.1
Show: