CodeParser Class
Provides an empty implementation of the ICodeParser interface.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CodeParser() | Initializes a new instance of the CodeParser class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Parse(TextReader^) | Compiles the specified text stream into a CodeCompileUnit. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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. |
for full trust for the immediate caller. This class cannot be used by partially trusted code.
for full trust for inheritors. This class cannot be inherited by partially trusted code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


