The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ICodeParser Interface
.NET Framework 1.1
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
Show: