-
Notifications
You must be signed in to change notification settings - Fork 0
System::Enviroment
randomnumgen1 edited this page Apr 23, 2025
·
2 revisions
System::Enviroment::CurrentProcessId();
System::Enviroment::ProcessorCount();
System::Enviroment::ProcessorBrand();
example returns (string):
AMD Ryzen 5 5400U with Radeon Graphics
AMD Ryzen 5 5500U with Radeon Graphics
AMD Ryzen 5 5800U with Radeon Graphics
AMD Ryzen 5 3600 6-Core Processor
Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
System::Enviroment::ProcessorVendor();
example returns (string):
GenuineIntel
AuthenticAMD
System::Enviroment::ProcessorHasFeature();
System::Enviroment::TotalPhysicalMemory();
System::Enviroment::TotalVirtualMemory();
System::Enviroment::AvailablePhysicalMemory();
System::Enviroment::AvailableVirtualMemory();
System::Enviroment::CurrentDirectory();