Прочитать на английском

Поделиться через


CodeDomProvider.CreateCompiler Метод

Определение

Внимание!

Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.

Внимание!

ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.

При переопределении в производном классе создает новый компилятор кода.

[System.Obsolete("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")]
public abstract System.CodeDom.Compiler.ICodeCompiler CreateCompiler ();
[System.Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead. Classes inheriting from CodeDomProvider must still implement this interface, and should suppress this warning or also mark this method as obsolete.")]
public abstract System.CodeDom.Compiler.ICodeCompiler CreateCompiler ();
public abstract System.CodeDom.Compiler.ICodeCompiler CreateCompiler ();

Возвращаемое значение

Объект ICodeCompiler, который может использоваться для компиляции представлений исходного кода на основе System.CodeDom.

Атрибуты

Комментарии

Этот метод устарел в платформа .NET Framework 2.0. Рекомендуемой альтернативой является вызов ICodeCompiler методов, непосредственно доступных в поставщике кода.

Примечания для тех, кто реализует этот метод

В платформа .NET Framework 2.0 следует реализовать ICodeCompiler члены в CodeDomProvider классе и вызвать при вызове NotSupportedException этого метода .

Применяется к

Продукт Версии (Устарело)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)
Windows Desktop (3.0, 3.1, 5, 6, 7, 8, 9)