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. For details about security demands, see Link Demands and Inheritance Demands.

Constructors

CodeParser()

Initializes a new instance of the CodeParser class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Parse(TextReader)

Compiles the specified text stream into a CodeCompileUnit.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to