CodeGenerator::ICodeGenerator::GenerateCodeFromStatement Method (CodeStatement^, TextWriter^, CodeGeneratorOptions^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Generates code for the specified Code Document Object Model (CodeDOM) statement and outputs it to the specified text writer using the specified options.
Assembly: System (in System.dll)
private: virtual void GenerateCodeFromStatement( CodeStatement^ e, TextWriter^ w, CodeGeneratorOptions^ o ) sealed = ICodeGenerator::GenerateCodeFromStatement
Parameters
- e
-
Type:
System.CodeDom::CodeStatement^
The statement that contains the CodeDOM elements to translate.
- w
-
Type:
System.IO::TextWriter^
The text writer to output code to.
- o
-
Type:
System.CodeDom.Compiler::CodeGeneratorOptions^
The options to use for generating code.
| Exception | Condition |
|---|---|
| InvalidOperationException | w is not available. w may have been closed before the method call was made. |
.NET Framework
Available since 1.1
Available since 1.1
Show: