The
methods
of System.CodeDom.Compiler.ICodeGenerator are listed below. For a list of all members, see the ICodeGenerator Members list.
Public Methods
| CreateEscapedIdentifier(string) : stringDocumentation for this section has not yet been entered. |
| CreateValidIdentifier(string) : stringDocumentation for this section has not yet been entered. |
| GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit, System.IO.TextWriter, CodeGeneratorOptions)Documentation for this section has not yet been entered. |
| GenerateCodeFromExpression(System.CodeDom.CodeExpression, System.IO.TextWriter, CodeGeneratorOptions)Documentation for this section has not yet been entered. |
| GenerateCodeFromNamespace(System.CodeDom.CodeNamespace, System.IO.TextWriter, CodeGeneratorOptions)Documentation for this section has not yet been entered. |
| GenerateCodeFromStatement(System.CodeDom.CodeStatement, System.IO.TextWriter, CodeGeneratorOptions)Documentation for this section has not yet been entered. |
| GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration, System.IO.TextWriter, CodeGeneratorOptions)Documentation for this section has not yet been entered. |
| GetTypeOutput(System.CodeDom.CodeTypeReference) : stringDocumentation for this section has not yet been entered. |
| IsValidIdentifier(string) : boolDocumentation for this section has not yet been entered. |
| Supports(GeneratorSupport) : boolDocumentation for this section has not yet been entered. |
| ValidateIdentifier(string)Documentation for this section has not yet been entered. |