WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
This class contains import of the kernel32.dll
More...
Static Public Member Functions | |
static int | GetCurrentProcessorNumber () |
Gets the current processor number. More... | |
Properties | |
static bool | GetCurrentProcessorNumberIsAvailable [get] |
Detects if the GetCurrentProcessorNumber call is working on the current system. More... | |
This class contains import of the kernel32.dll
Definition at line 9 of file Kernel32Imports.cs.
|
static |
Gets the current processor number.
|
staticget |
Detects if the GetCurrentProcessorNumber call is working on the current system.
true
if the function is available, otherwise false
Definition at line 29 of file Kernel32Imports.cs.