native

This module contains a Process class suitable for use on the operating system which imports it.

Classes

class NativeProcess(pid=None, exe=None)[source]

This class represents a process in the native environment on which it is imported. It aims to allow applications to access a Process object suitable for its environment with out checking the operating system.