Parser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parser that parses PowerShell script and returns a ScriptBlockAst, tokens, and error messages if the script cannot be parsed successfully.
public ref class Parser sealed
public sealed class Parser
type Parser = class
Public NotInheritable Class Parser
- Inheritance
-
Parser
Methods
ParseFile(String, Token[], ParseError[]) |
Parse input from the specified file. |
ParseInput(String, String, Token[], ParseError[]) |
Parse input that does not come from a file. |
ParseInput(String, Token[], ParseError[]) |
Parse input that does not come from a file. |