reven2.ossi.process.Process
class documentationreven2.ossi.process
(View In Hierarchy)
Represents some basic information about a process.
This object is not meant to be constructed directly. Use OssiContext.process
instead.
Method | __init__ | Initializes a new Process instance
from a low-level object. |
Method | name | Property: The name of the process |
Method | pid | Property: The Process IDentifier of the process |
Method | ppid | Property: The PID of the parent of the process |
Method | asid | Property: The address-space IDentifier of the process |
Method | __repr__ | Undocumented |
Method | __str__ | Undocumented |
Initializes a new Process
instance
from a low-level object.
This object is not meant to be constructed directly. Use OssiContext.process
instead.
Parameters | _rvn_process | low-level process |