Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | ProcessTaskStartInfo(String) | Initializes a new instance of the ProcessTaskStartInfo class with the specified file name. | 
| .jpeg) | 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 | |
|---|---|---|
| .jpeg) | Arguments | Gets or sets the command-line arguments for the program that is assigned to the ProcessTaskStartInfo object. | 
| .jpeg) | FileName | Gets or sets the full path to the program that is assigned to the ProcessTaskStartInfo object. | 
| .jpeg) | LaunchBehavior | Gets or sets the behavior of how the task is started. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | 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