CSharpCodeProvider.CreateCompiler Metoda

Definice

Upozornění

ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.

Upozornění

Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.

Získá instanci kompilátoru kódu jazyka C#.

[System.Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler();
public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler();
[System.Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler();

Návraty

Instance implementace jazyka C# ICodeCompiler .

Atributy

Platí pro

Viz také