CodeDomProvider.CreateParser Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Note: This API is now obsolete.
Namespace:
System.CodeDom.Compiler
Assembly: System (in System.dll)
Return to top
When overridden in a derived class, creates a new code parser.
Assembly: System (in 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()
Return Value
Type: System.CodeDom.Compiler.ICodeParserAn ICodeParser that can be used to parse source code. The base implementation always returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: