Skip to content

System::Enviroment

randomnumgen1 edited this page Apr 23, 2025 · 2 revisions

Get the current process id

System::Enviroment::CurrentProcessId();

Get the logical processor count

System::Enviroment::ProcessorCount();

Get processor brand

System::Enviroment::ProcessorBrand();

Get processor vendor

System::Enviroment::ProcessorVendor();

check if cpu supports a feature

System::Enviroment::ProcessorHasFeature();

get total physical memory

System::Enviroment::TotalPhysicalMemory();

get total virtual memory

System::Enviroment::TotalVirtualMemory();

get available physical memory

System::Enviroment::AvailablePhysicalMemory();

get available virtual memory

System::Enviroment::AvailableVirtualMemory();

Get the Current Working Directory

System::Enviroment::CurrentDirectory();

Clone this wiki locally