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.

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

public:
 abstract System::CodeDom::Compiler::ICodeCompiler ^ CreateCompiler();
public abstract 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. 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();
abstract member CreateCompiler : unit -> System.CodeDom.Compiler.ICodeCompiler
[<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.")>]
abstract member CreateCompiler : unit -> System.CodeDom.Compiler.ICodeCompiler
Public MustOverride Function CreateCompiler () As ICodeCompiler

Retours

Qui ICodeCompiler peut être utilisé pour la compilation de représentations de System.CodeDom code source basées.

Attributs

Remarques

Cette méthode est obsolète. 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

Vous devez implémenter les ICodeCompiler membres de la CodeDomProvider classe et lever une NotSupportedException fois cette méthode appelée.

S’applique à