Mono Class Library: OverviewSystem.CodeDom.Compiler.CodeDomProvider: Method Members |
The methods of System.CodeDom.Compiler.CodeDomProvider are listed below. For a list of all members, see the CodeDomProvider Members list.
See Also: Inherited members from System.ComponentModel.Component
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. abstractCreateCompiler() : ICodeCompiler Documentation for this section has not yet been entered.CreateEscapedIdentifier(string) : string Documentation for this section has not yet been entered. abstractCreateGenerator() : 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. staticCreateProvider(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. staticGetAllCompilerInfo() : CompilerInfo[] Documentation for this section has not yet been entered. staticGetCompilerInfo(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. staticGetLanguageFromExtension(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. staticIsDefinedExtension(string) : bool Documentation for this section has not yet been entered. staticIsDefinedLanguage(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.