ICodeCompiler (interface)

This type is found in the namespace System.CodeDom.Compiler

mCompileAssemblyFromDomCompilerResults
mCompileAssemblyFromFileCompilerResults
mCompileAssemblyFromSourceCompilerResults
mCompileAssemblyFromDomBatchCompilerResults
mCompileAssemblyFromFileBatchCompilerResults
mCompileAssemblyFromSourceBatchCompilerResults

CompileAssemblyFromDom

CompileAssemblyFromFile

optionsSystem.CodeDom.Compiler.CompilerParameters
compilationUnitSystem.CodeDom.CodeCompileUnit

CompileAssemblyFromSource

optionsSystem.CodeDom.Compiler.CompilerParameters
fileNameSystem.String

CompileAssemblyFromDomBatch

optionsSystem.CodeDom.Compiler.CompilerParameters
sourceSystem.String

CompileAssemblyFromFileBatch

optionsSystem.CodeDom.Compiler.CompilerParameters
compilationUnitsSystem.CodeDom.CodeCompileUnit[]

CompileAssemblyFromSourceBatch

optionsSystem.CodeDom.Compiler.CompilerParameters
fileNamesSystem.String[]
optionsSystem.CodeDom.Compiler.CompilerParameters
sourcesSystem.String[]