2using System.Threading.Tasks;
17 Task<string>
GetExecutingUsername(global::System.Diagnostics.Process process, CancellationToken cancellationToken);
38 Task
CreateDump(global::System.Diagnostics.Process process,
string outputFile, CancellationToken cancellationToken);
Abstraction for suspending and resuming processes.
void SuspendProcess(global::System.Diagnostics.Process process)
Suspend a given process .
Task CreateDump(global::System.Diagnostics.Process process, string outputFile, CancellationToken cancellationToken)
Create a dump file for a given process .
void ResumeProcess(global::System.Diagnostics.Process process)
Resume a given suspended Process.
Task< string > GetExecutingUsername(global::System.Diagnostics.Process process, CancellationToken cancellationToken)
Get the name of the user executing a given process .