Beispiel #1
0
 protected MachineStatus()
 {
     NtKernel.SYSTEM_BASIC_INFORMATION info = NtKernel.QuerySystemBasicInformation();
     processorCount = info.NumberProcessors;
 }