Class ProcessUtil
Inherited Members
Namespace: EasySave_Project.Util
Assembly: .dll
Syntax
public class ProcessUtil
Methods
| Edit this page View SourceIsProcessRunning(List<string>)
Declaration
public static (bool isRunning, string matchedProcess) IsProcessRunning(List<string> partialNames)
Parameters
Type | Name | Description |
---|---|---|
List<string> | partialNames |
Returns
Type | Description |
---|---|
(bool, string) |