ProcessTaskStartInfo Class
Provides information to the Dashboard about how to start a task process.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | ProcessTaskStartInfo(String^) | Initializes a new instance of the ProcessTaskStartInfo class with the specified file name. |
![]() | ProcessTaskStartInfo(String^, String^) | Initializes a new instance of the ProcessTaskStartInfo class with the specified file name and the specified command-line arguments. |
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets or sets the command-line arguments for the program that is assigned to the ProcessTaskStartInfo object. |
![]() | FileName | Gets or sets the full path to the program that is assigned to the ProcessTaskStartInfo object. |
![]() | LaunchBehavior | Gets or sets the behavior of how the task is started. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

