Partager via


ProcessTaskStartInfo Class

 

Provides information to the Dashboard about how to start a task process.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel.ProcessTaskStartInfo

Syntax

[SerializableAttribute]
public sealed class ProcessTaskStartInfo
[SerializableAttribute]
public ref class ProcessTaskStartInfo sealed 
<SerializableAttribute>
Public NotInheritable Class ProcessTaskStartInfo

Constructors

Name Description
System_CAPS_pubmethod ProcessTaskStartInfo(String)

Initializes a new instance of the ProcessTaskStartInfo class with the specified file name.

System_CAPS_pubmethod ProcessTaskStartInfo(String, String)

Initializes a new instance of the ProcessTaskStartInfo class with the specified file name and the specified command-line arguments.

Properties

Name Description
System_CAPS_pubproperty Arguments

Gets or sets the command-line arguments for the program that is assigned to the ProcessTaskStartInfo object.

System_CAPS_pubproperty FileName

Gets or sets the full path to the program that is assigned to the ProcessTaskStartInfo object.

System_CAPS_pubproperty LaunchBehavior

Gets or sets the behavior of how the task is started.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top