environment_variable_target
Specifies the location where an environment variable is stored or retrieved in a set or get operation...
Definition environment_variable_target.h:15
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition to_string.h:37
@ machine
The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE\System\CurrentControlSet\...
@ process
The environment variable is stored or retrieved from the environment block associated with the curren...
@ user
The environment variable is stored or retrieved from the HKEY_CURRENT_USER\Environment key in the Win...
@ process
The IME PROCESS key.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::ustring class.