ICodeCompiler.CompileAssemblyFromDom Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen derleyici ayarlarını kullanarak belirtilen CodeCompileUnitiçinde bulunan ağaçtan System.CodeDom bir derleme derler.
public:
System::CodeDom::Compiler::CompilerResults ^ CompileAssemblyFromDom(System::CodeDom::Compiler::CompilerParameters ^ options, System::CodeDom::CodeCompileUnit ^ compilationUnit);
public System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit);
abstract member CompileAssemblyFromDom : System.CodeDom.Compiler.CompilerParameters * System.CodeDom.CodeCompileUnit -> System.CodeDom.Compiler.CompilerResults
Public Function CompileAssemblyFromDom (options As CompilerParameters, compilationUnit As CodeCompileUnit) As CompilerResults
Parametreler
- options
- CompilerParameters
CompilerParameters Derleme ayarlarını gösteren nesne.
- compilationUnit
- CodeCompileUnit
CodeCompileUnit Derlenecek kodu gösteren bir.
Döndürülenler
CompilerResults Derlemenin sonuçlarını gösteren bir nesne.