ProcessTask Constructor
Initializes a new instance of the ProcessTask class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
ProcessTask(Guid, String, ProcessTaskStartInfo) | Initializes a new instance of the ProcessTask class with the specified identifier, display name, and the specified ProcessTaskStartInfo object. |
|
ProcessTask(Guid, String, String) | Initializes a new instance of the ProcessTask class with the specified identifier, display name, and the specified file path. |
|
ProcessTask(Guid, String, String, String) | Initializes a new instance of the ProcessTask class with the specified identifier, display name, file path, and command-line arguments. |
|
ProcessTask(String, ProcessTaskStartInfo) | Initializes a new instance of the ProcessTask class with the specified display name and the specified ProcessTaskStartInfo object. |
|
ProcessTask(String, String) | Initializes a new instance of the ProcessTask class with the specified display name and the specified file path. |
|
ProcessTask(String, String, String) | Initializes a new instance of the ProcessTask class with the specified display name, file path, and command-line arguments. |
See Also
ProcessTask Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top