OpenLexocad  27.1
SysInfo.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 namespace Core
5 {
6 class LX_CORE_EXPORT SysInfo
7 {
8 public:
9  SysInfo();
10  ~SysInfo();
11 
12  static std::string getUserName();
13  static std::string getComputerName();
14 };
15 
16 } // namespace Core
Definition: Base.h:12
Definition: SysInfo.h:6