Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Process Object

This object represents a running process. Use the findProcess and findProcesses methods to get a reference to the process object.

Various running process properties are available via read-only properties IProcess.processId, IProcess.name and IProcess.commandLine.

You can terminate a running process using the IProcess.kill method.

Pass a reference to a process object to the openProcess method to get a IProcessWindow interface in order to obtain additional process properties, create and manage process snapshots, open process memory for editing, compare and debug process snapshots.