MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Auxiliary class that binds its member methods to the same methods of kernel33.dll library. More...
Public Member Functions | |
static Boolean | AllocConsole () |
Creates a new console window and attaches this application to it. | |
static Boolean | FreeConsole () |
Destroys and detaches this application from the console window previously created by calling AllocConsole(). | |
static Boolean | AttachConsole (Int32 dwProcessId) |
Attaches this application to already created console window by a running process with PID dwProcessId. |
Auxiliary class that binds its member methods to the same methods of kernel33.dll library.
static Boolean MCScheduling.Win32.AllocConsole | ( | ) |
Creates a new console window and attaches this application to it.
static Boolean MCScheduling.Win32.AttachConsole | ( | Int32 | dwProcessId | ) |
Attaches this application to already created console window by a running process with PID dwProcessId.
dwProcessId | The PID of the process to whose console will the application tries to attach itself. |
static Boolean MCScheduling.Win32.FreeConsole | ( | ) |
Destroys and detaches this application from the console window previously created by calling AllocConsole().