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