xtd 0.2.0
Loading...
Searching...
No Matches

◆ environment_variable_target

Specifies the location where an environment variable is stored or retrieved in a set or get operation.

Namespace
xtd
Library
xtd.core
Enumerator
process 

The environment variable is stored or retrieved from the environment block associated with the current process.

user 

The environment variable is stored or retrieved from the HKEY_CURRENT_USER\Environment key in the Windows operating system registry.

machine 

The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment key in the Windows operating system registry.