| 65 | } |
| 66 | |
| 67 | WinSys::ProcessPriorityClass ProcessInfoEx::GetPriorityClass() { |
| 68 | return _process ? _process->GetPriorityClass() : WinSys::ProcessPriorityClass::Unknown; |
| 69 | } |
| 70 | |
| 71 | const std::wstring& ProcessInfoEx::GetCommandLine() const { |
| 72 | if (_commandLine.empty() && _pi->Id > 4) { |