C# Class Monobjc.Foundation.ProcessManager

The Process Manager provides the cooperative multitasking environment for versions of Mac OS that preceded Mac OS X. The Process Manager controls access to shared resources and manages the scheduling and execution of applications.
Show file Open project: Monobjc/monobjc

Private Methods

Method Description
GetCurrentProcess ( ProcessSerialNumber &psn ) : int
SetFrontProcess ( ProcessSerialNumber &psn ) : int
TransformProcessType ( ProcessSerialNumber &psn, ProcessApplicationTransformState type ) : int