Mono Class Library: Overview

System.CodeDom.Compiler.CodeDomProvider: Members

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

See Also: Inherited members from System.ComponentModel.Component

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
FileExtensionstring. Documentation for this section has not yet been entered.
[read-only]
LanguageOptionsLanguageOptions. Documentation for this section has not yet been entered.

Public Methods

CompileAssemblyFromDom(CompilerParameters, params System.CodeDom.CodeCompileUnit[]) : CompilerResults
Documentation for this section has not yet been entered.
CompileAssemblyFromFile(CompilerParameters, params string[]) : CompilerResults
Documentation for this section has not yet been entered.
CompileAssemblyFromSource(CompilerParameters, params string[]) : CompilerResults
Documentation for this section has not yet been entered.
abstract
CreateCompiler() : ICodeCompiler
Documentation for this section has not yet been entered.
CreateEscapedIdentifier(string) : string
Documentation for this section has not yet been entered.
abstract
CreateGenerator() : ICodeGenerator
Documentation for this section has not yet been entered.
CreateGenerator(System.IO.TextWriter) : ICodeGenerator
Documentation for this section has not yet been entered.
CreateGenerator(string) : ICodeGenerator
Documentation for this section has not yet been entered.
CreateParser() : ICodeParser
Documentation for this section has not yet been entered.
static
CreateProvider(string) : CodeDomProvider
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.
GenerateCodeFromMember(System.CodeDom.CodeTypeMember, 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.
static
GetAllCompilerInfo() : CompilerInfo[]
Documentation for this section has not yet been entered.
static
GetCompilerInfo(string) : CompilerInfo
Documentation for this section has not yet been entered.
GetConverter(Type) : System.ComponentModel.TypeConverter
Documentation for this section has not yet been entered.
static
GetLanguageFromExtension(string) : string
Documentation for this section has not yet been entered.
GetTypeOutput(System.CodeDom.CodeTypeReference) : string
Documentation for this section has not yet been entered.
static
IsDefinedExtension(string) : bool
Documentation for this section has not yet been entered.
static
IsDefinedLanguage(string) : bool
Documentation for this section has not yet been entered.
IsValidIdentifier(string) : bool
Documentation for this section has not yet been entered.
Parse(System.IO.TextReader) : System.CodeDom.CodeCompileUnit
Documentation for this section has not yet been entered.
Supports(GeneratorSupport) : bool
Documentation for this section has not yet been entered.