Interface IProcessStarter
Assembly: Kephas.Core.dll
Syntax
public interface IProcessStarter
Properties
|
Improve this Doc
View Source
ProcessStartInfo
Declaration
ProcessStartInfo ProcessStartInfo { get; }
Property Value
Type |
Description |
System.Diagnostics.ProcessStartInfo |
|
Methods
|
Improve this Doc
View Source
StartAsync(Action<Process>, CancellationToken)
Declaration
Task<ProcessStartResult> StartAsync(Action<Process> config = null, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
System.Action<System.Diagnostics.Process> |
config |
|
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Extension Methods