Method |
Description |
|
EnumWindow ( IntPtr handle, IntPtr pointer ) : bool |
|
|
GetFilenameSafe ( this process ) : string |
|
|
GetModuleFileNameEx ( IntPtr hProcess, IntPtr hModule, [ lpBaseName, [ nSize ) : uint |
|
|
GetProcessPathUsingManagement ( int processId ) : string |
|
|
GetProcessPathUsingPsApi ( int pid ) : string |
|
|
GetQuotedArgument ( string argument ) : string |
|
|
HasWhitespace ( string text ) : bool |
|
|
Reverse ( string text ) : string |
|
|
WaitForExitAsyncDeeperFallback ( Process process, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
|
|
WaitForExitAsyncFallback ( Process process, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
|
|