Mono Class Library: Overview

System.CodeDom.Compiler.ICodeGenerator: Members

The members of System.CodeDom.Compiler.ICodeGenerator are listed below.

Public Methods

CreateEscapedIdentifier(string) : string
Documentation for this section has not yet been entered.
CreateValidIdentifier(string) : string
Documentation 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) : string
Documentation for this section has not yet been entered.
IsValidIdentifier(string) : bool
Documentation for this section has not yet been entered.
Supports(GeneratorSupport) : bool
Documentation for this section has not yet been entered.
ValidateIdentifier(string)
Documentation for this section has not yet been entered.