VBCodeProvider.CreateCompiler Método

Definição

Atenção

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

Obtém uma instância do compilador de código Visual Basic.

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();
override this.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.")>]
override this.CreateCompiler : unit -> System.CodeDom.Compiler.ICodeCompiler
Public Overrides Function CreateCompiler () As ICodeCompiler

Devoluções

Uma instância da implementação Visual Basic ICodeCompiler.

Atributos

Aplica-se a

Ver também