An opened process
Allow reading and writing of memory in a process. Also allows for the process to be debugged. You can obtain a process by calling ProcessInfo.open.
ProcessInfo.open
Public description of this process
{IProcessInfo}
Access to the memory of the process
{IMemory}
Gets the threads of the process
threads
Pauses the process
success
Resumes the process (for processes that are paused)
Generated using TypeDoc
An opened process
Allow reading and writing of memory in a process. Also allows for the process to be debugged. You can obtain a process by calling
ProcessInfo.open
.