Processes Class

Works with processes.
public class Processes
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Static CheckDebugger(Process) Checks the debugger for your app.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (inherited from Object).
Public method Static Execute(string, string) Execute a third-party applications with the result of that application (useful when running console applications).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as a hash function for a particular type. (inherited from Object).
Public method Static GetList() Gets the list of all processes.
Public method Static GetListWithInformation() Gets the list of all processes with information.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static GetVerbsByAppId(string) Gets the verbs by app id.
Public method Static IsAdministratorYourApp() Whether your application has administrator rights.
Public method Static IsOneYourApp(string) You only have 1 copy of the application running.
Public method Static Kill(string) Kills the process.
Public method Static KillNative(string) Kills the process (Windows native).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Static OnlyOneProcess(Process, string) You only have 1 copy of the application running.
Public method Static Open(string, string) Opens the file/link.
Public method Static OpenLink(string) Opens the link of site.
Public method Static Run(string, string) Launch a third-party apps.
Public method Static RunAW(string, string, bool, bool, string) Launch a third-party apps with options.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
VitNX3.Functions.AppsAndProcesses.Processes

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

.NET Core

Supported in: 5.0+, 6.0+

In this article

Definition