Méthode | Description | |
---|---|---|
AddEnvironmentVariables ( |
||
FindProcess ( string name, string path = null ) : System.Diagnostics.Process[] | ||
GetCommandlineArgs ( string name ) : string>.Dictionary |
||
GetCommandlineArgs ( |
||
GetCommandlineArgs ( int id ) : string | ||
GetExecuteablePaths ( string exe ) : IAbsoluteFilePath>>.IEnumerable |
||
GetNamedWmiProcessesByParentId ( string name, int pid ) : System.Management.ManagementObjectCollection | ||
GetProcessPath ( int processId ) : IAbsoluteFilePath | ||
GetRunningProcesses ( string exe ) : System.Diagnostics.Process[] | ||
GetWmiProcessesById ( int pid ) : System.Management.ManagementObjectCollection | ||
GetWmiProcessesByParentId ( int pid ) : System.Management.ManagementObjectCollection | ||
Kill ( int pid, bool gracefully = false ) : void | ||
KillByName ( string name, string path = null, bool gracefully = false ) : bool | ||
KillNamedProcessChildren ( string name, int pid, bool gracefully = false ) : void | ||
KillProcess ( |
||
KillProcessChildren ( int pid, bool gracefully = false ) : void | ||
KillProcessInclChildren ( int pid, bool gracefully = false ) : void | ||
Running ( string exe ) : bool | ||
SetAffinity ( |
||
WaitForExit ( string procName, int timeoutSeconds = int.MaxValue ) : void | ||
WaitForExitALittleMore ( string procName, int timeoutSeconds = int.MaxValue ) : Task |
public AddEnvironmentVariables ( |
||
info | ||
vars | string>.IDictionary | |
Résultat | void |
public FindProcess ( string name, string path = null ) : System.Diagnostics.Process[] | ||
name | string | |
path | string | |
Résultat | System.Diagnostics.Process[] |
public GetCommandlineArgs ( string name ) : string>.Dictionary |
||
name | string | |
Résultat | string>.Dictionary |
public GetCommandlineArgs ( |
||
process | ||
Résultat | string |
public GetCommandlineArgs ( int id ) : string | ||
id | int | |
Résultat | string |
public GetExecuteablePaths ( string exe ) : IAbsoluteFilePath>>.IEnumerable |
||
exe | string | |
Résultat | IAbsoluteFilePath>>.IEnumerable |
public GetNamedWmiProcessesByParentId ( string name, int pid ) : System.Management.ManagementObjectCollection | ||
name | string | |
pid | int | |
Résultat | System.Management.ManagementObjectCollection |
public GetProcessPath ( int processId ) : IAbsoluteFilePath | ||
processId | int | |
Résultat | IAbsoluteFilePath |
public GetRunningProcesses ( string exe ) : System.Diagnostics.Process[] | ||
exe | string | |
Résultat | System.Diagnostics.Process[] |
public GetWmiProcessesById ( int pid ) : System.Management.ManagementObjectCollection | ||
pid | int | |
Résultat | System.Management.ManagementObjectCollection |
public GetWmiProcessesByParentId ( int pid ) : System.Management.ManagementObjectCollection | ||
pid | int | |
Résultat | System.Management.ManagementObjectCollection |
public Kill ( int pid, bool gracefully = false ) : void | ||
pid | int | |
gracefully | bool | |
Résultat | void |
public KillByName ( string name, string path = null, bool gracefully = false ) : bool | ||
name | string | |
path | string | |
gracefully | bool | |
Résultat | bool |
public KillNamedProcessChildren ( string name, int pid, bool gracefully = false ) : void | ||
name | string | |
pid | int | |
gracefully | bool | |
Résultat | void |
public KillProcess ( |
||
p | ||
gracefully | bool | |
Résultat | void |
public KillProcessChildren ( int pid, bool gracefully = false ) : void | ||
pid | int | |
gracefully | bool | |
Résultat | void |
public KillProcessInclChildren ( int pid, bool gracefully = false ) : void | ||
pid | int | |
gracefully | bool | |
Résultat | void |
public SetAffinity ( |
||
process | ||
usedProcessors | IEnumerable |
|
Résultat | void |
public WaitForExit ( string procName, int timeoutSeconds = int.MaxValue ) : void | ||
procName | string | |
timeoutSeconds | int | |
Résultat | void |
public WaitForExitALittleMore ( string procName, int timeoutSeconds = int.MaxValue ) : Task | ||
procName | string | |
timeoutSeconds | int | |
Résultat | Task |