StartProcess
Class
Definition
Activity to invoke the Microsoft.PowerShell.Management\Start-Process command in a Workflow.
public sealed class StartProcess : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| StartProcess() |
Gets the display name of the command invoked by this activity. |
Properties
| ArgumentList |
Provides access to the ArgumentList parameter. |
| Credential |
Provides access to the Credential parameter. |
| FilePath |
Provides access to the FilePath parameter. |
| LoadUserProfile |
Provides access to the LoadUserProfile parameter. |
| NoNewWindow |
Provides access to the NoNewWindow parameter. |
| PassThru |
Provides access to the PassThru parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| RedirectStandardError |
Provides access to the RedirectStandardError parameter. |
| RedirectStandardInput |
Provides access to the RedirectStandardInput parameter. |
| RedirectStandardOutput |
Provides access to the RedirectStandardOutput parameter. |
| UseNewEnvironment |
Provides access to the UseNewEnvironment parameter. |
| Verb |
Provides access to the Verb parameter. |
| Wait |
Provides access to the Wait parameter. |
| WindowStyle |
Provides access to the WindowStyle parameter. |
| WorkingDirectory |
Provides access to the WorkingDirectory parameter. |