2using System.Threading.Tasks;
38 Task
CreateDump(
string outputFile, CancellationToken cancellationToken);
Represents process lifetime.
Task< int > Lifetime
The Task<TResult> resulting in the exit code of the process.
void Suspend()
Suspends the process.
void Resume()
Resumes the process.
void AdjustPriority(bool higher)
Set's the owned global::System.Diagnostics.Process.PriorityClass to a non-normal value.
Task CreateDump(string outputFile, CancellationToken cancellationToken)
Create a dump file of the process.