This documentation is archived and is not being maintained.

CodeParser Class

Provides an empty implementation of the ICodeParser interface.

For a list of all members of this type, see CodeParser Members.

System.Object
   System.CodeDom.Compiler.CodeParser

[Visual Basic]
MustInherit Public Class CodeParser
   Implements ICodeParser
[C#]
public abstract class CodeParser : ICodeParser
[C++]
public __gc __abstract class CodeParser : public ICodeParser
[JScript]
public abstract class CodeParser implements ICodeParser

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

Developers who build compilers can implement this interface to support code parsing by designers.

Requirements

Namespace: System.CodeDom.Compiler

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System (in System.dll)

See Also

CodeParser Members | System.CodeDom.Compiler Namespace

Show: