VBCodeProvider::CreateGenerator Method ()

 
Note: This API is now obsolete.

Gets an instance of the Visual Basic code generator.

Namespace:   Microsoft.VisualBasic
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
Return to top
Show: