ICodeParser::Parse Method (TextReader^)

 

When implemented in a derived class, compiles the specified text stream into a CodeCompileUnit.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

CodeCompileUnit^ Parse(
	TextReader^ codeStream
)

Parameters

codeStream
Type: System.IO::TextReader^

A TextReader that can be used to read the code to be compiled.

Return Value

Type: System.CodeDom::CodeCompileUnit^

A CodeCompileUnit that contains a representation of the parsed code.

.NET Framework
Available since 1.1
Return to top
Show: