CodeDomProvider::CreateGenerator Method (TextWriter^)
.NET Framework (current version)
When overridden in a derived class, creates a new code generator using the specified TextWriter for output.
Assembly: System (in System.dll)
Parameters
- output
-
Type:
System.IO::TextWriter^
A TextWriter to use to output.
Return Value
Type: System.CodeDom.Compiler::ICodeGenerator^An ICodeGenerator that can be used to generate System.CodeDom based source code representations.
This method uses the specified TextWriter for output. This method supports more optimized code generation that incrementally updates the source code.
Note |
|---|
The base class implementation calls the CreateGenerator method, which is obsolete in the .NET Framework 2.0 and results in a NotSupportedException if an ICodeGenerator object is not returned. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
