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