Show / Hide Table of Contents

Class ProcessUtil

Inheritance
object
ProcessUtil
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Util
Assembly: .dll
Syntax
public class ProcessUtil

Methods

| Edit this page View Source

IsProcessRunning(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)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX