Afficher en anglais

Partage via


VBCodeProvider.CreateCompiler Méthode

Définition

Attention

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

Attention

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

Obtient une instance du compilateur de code Visual Basic.

C#
[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 ();
C#
[System.Obsolete("ICodeCompiler has been deprecated. Use the methods directly on the CodeDomProvider class instead.")]
public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler ();
C#
public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler ();

Retours

Instance de l'implémentation Visual Basic de ICodeCompiler.

Attributs

S’applique à

Produit Versions (Obsolète)
.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)

Voir aussi