Compartilhar via


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
System_CAPS_pubmethod ProcessTask(Guid, String, ProcessTaskStartInfo)

Initializes a new instance of the ProcessTask class with the specified identifier, display name, and the specified ProcessTaskStartInfo object.

System_CAPS_pubmethod ProcessTask(Guid, String, String)

Initializes a new instance of the ProcessTask class with the specified identifier, display name, and the specified file path.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod ProcessTask(String, ProcessTaskStartInfo)

Initializes a new instance of the ProcessTask class with the specified display name and the specified ProcessTaskStartInfo object.

System_CAPS_pubmethod ProcessTask(String, String)

Initializes a new instance of the ProcessTask class with the specified display name and the specified file path.

System_CAPS_pubmethod 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