CodeDomProvider.CreateGenerator Method (String)
When overridden in a derived class, creates a new code generator using the specified file name for output.
Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Parameters
- fileName
- Type: System.String
The file name to output to.
Return Value
Type: System.CodeDom.Compiler.ICodeGeneratorAn ICodeGenerator that can be used to generate System.CodeDom based source code representations.
This method uses the specified file name for output.
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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note