Este tema aún no ha recibido ninguna valoración - Valorar este tema

CodeDomProvider.CreateParser (Método)

NOTA: este método ya está obsoleto.

Cuando se reemplaza en una clase derivada, crea un nuevo analizador de código.

Espacio de nombres: System.CodeDom.Compiler
Ensamblado: System (en system.dll)

[ObsoleteAttribute("Callers should not use the ICodeParser 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 virtual ICodeParser CreateParser ()
/** @attribute ObsoleteAttribute("Callers should not use the ICodeParser 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 ICodeParser CreateParser ()
ObsoleteAttribute("Callers should not use the ICodeParser 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 function CreateParser () : ICodeParser

Valor devuelto

ICodeParser que puede utilizarse para analizar código fuente. La implementación base siempre devuelve referencia de objeto null (Nothing en Visual Basic).

Windows 98, Windows 2000 SP4, Windows Millennium, Windows Server 2003, Windows XP Media Center, Windows XP Professional x64, Windows XP SP2, Windows XP Starter Edition

.NET Framework no admite todas las versiones de cada plataforma. Para obtener una lista de las versiones admitidas, vea Requisitos del sistema.

.NET Framework

Compatible con: 1.0, 1.1
Obsoleto (advertencia del compilador) en 2.0
¿Le ha resultado útil?
(Caracteres restantes: 1500)
Contenido de la comunidad Agregar