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)

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

[SerializableAttribute]
public ref class ProcessTaskStartInfo sealed 

NameDescription
System_CAPS_pubmethodProcessTaskStartInfo(String^)

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

System_CAPS_pubmethodProcessTaskStartInfo(String^, String^)

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

NameDescription
System_CAPS_pubpropertyArguments

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

System_CAPS_pubpropertyFileName

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

System_CAPS_pubpropertyLaunchBehavior

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top

Community Additions

ADD
Show: