This topic has not yet been rated - Rate this topic

ICodeParser Interface

Defines an interface for parsing code into a CodeCompileUnit.

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

[Visual Basic]
Public Interface ICodeParser
[C#]
public interface ICodeParser
[C++]
public __gc __interface ICodeParser
[JScript]
public interface ICodeParser

Classes that Implement ICodeParser

Class Description
CodeParser Provides an empty implementation of the ICodeParser interface.

Remarks

Developers of 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

ICodeParser Members | System.CodeDom.Compiler Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.