IAstToWorkflowConverter Interface

Definition

Internal interface used for workflow compilation.

public interface class IAstToWorkflowConverter
public interface IAstToWorkflowConverter
type IAstToWorkflowConverter = interface
Public Interface IAstToWorkflowConverter
Derived

Methods

CompileWorkflow(String, String, InitialSessionState)
CompileWorkflows(ScriptBlockAst, PSModuleInfo)
CompileWorkflows(ScriptBlockAst, PSModuleInfo, InitialSessionState, Nullable<PSLanguageMode>, ParseException)
CompileWorkflows(ScriptBlockAst, PSModuleInfo, InitialSessionState, ParseException)
CompileWorkflows(ScriptBlockAst, PSModuleInfo, InitialSessionState, ParseException, String)
CompileWorkflows(ScriptBlockAst, PSModuleInfo, String)
ValidateAst(FunctionDefinitionAst)

Applies to