CodeDomProvider.CreateCompiler Méthode

Définition

Attention

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.

Attention

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.

En cas de substitution dans une classe dérivée, crée un nouveau compilateur de code.

[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 ();

Retours

ICodeCompiler pouvant être utilisé pour la compilation de représentations du code source basées sur System.CodeDom.

Attributs

Remarques

Cette méthode est obsolète dans .NET Framework 2.0. L’alternative recommandée consiste à appeler les ICodeCompiler méthodes directement disponibles dans le fournisseur de code.

Notes pour les responsables de l’implémentation

Dans .NET Framework 2.0, vous devez implémenter les ICodeCompiler membres de la CodeDomProvider classe et lever un NotSupportedException lorsque cette méthode est appelée.

S’applique à