WorkflowInfo Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new instance of the WorkflowInfo Class.Initializes a new instance of the WorkflowInfo Class.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
public WorkflowInfo ( string name, ScriptBlock workflow, Dictionary<string,string> xamlDefinition, PSModuleInfo module )
public WorkflowInfo ( String name, ScriptBlock workflow, Dictionary<String,String> xamlDefinition, PSModuleInfo module )
public function WorkflowInfo ( name : String, workflow : ScriptBlock, xamlDefinition : Dictionary<String,String>, module : PSModuleInfo )
The default constructor initializes any fields to their default values.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.