ICodeParser::Parse Method (TextReader^)
.NET Framework (current version)
When implemented in a derived class, compiles the specified text stream into a CodeCompileUnit.
Assembly: System (in System.dll)
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
Available since 1.1
Show: