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 | |
---|---|---|
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. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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