Edit

CodeParser Class

Definition

Provides an empty implementation of the ICodeParser interface.

public ref class CodeParser abstract : System::CodeDom::Compiler::ICodeParser
public abstract class CodeParser : System.CodeDom.Compiler.ICodeParser
type CodeParser = class
    interface ICodeParser
Public MustInherit Class CodeParser
Implements ICodeParser
Inheritance
CodeParser
Implements

Remarks

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

Note

This class contains a link demand and an inheritance demand at the class level that applies to all members. A SecurityException is thrown when either the immediate caller or the derived class does not have full-trust permission.

Constructors

Name Description
CodeParser()

Initializes a new instance of the CodeParser class.

Methods

Name Description
Parse(TextReader)

Compiles the specified text stream into a CodeCompileUnit.

Applies to