AstToXamlConverter 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.
Converts a PowerShell AST into the workflow XAML that represents it.
public ref class AstToXamlConverter : System::Management::Automation::Language::ICustomAstVisitor
public class AstToXamlConverter : System.Management.Automation.Language.ICustomAstVisitor
type AstToXamlConverter = class
interface ICustomAstVisitor
Public Class AstToXamlConverter
Implements ICustomAstVisitor
- Inheritance
-
AstToXamlConverter
- Implements
Methods
Convert(FunctionDefinitionAst, PSModuleInfo, List<String>, Dictionary<String,ParameterAst>, WorkflowInfo[], Dictionary<String,String>, String) |
Converts a PowerShell AST into the XAML that represents it, also returning the cmdlet attribute string for the workflow. |
Convert(String, String, InitialSessionState) | |
ToString() |
Returns the XAML result of the AST compilation |
Validate(FunctionDefinitionAst) |
Validates a PowerShell AST as a valid workflow. |