xtd 0.2.0
Loading...
Searching...
No Matches
environment_variable_target.h
Go to the documentation of this file.
1
4#pragma once
5#include "enum.h"
6
8namespace xtd {
17 process = 0,
19 user = 1,
21 machine = 2,
22 };
23}
24
28};
Contains enum_ and enum_ut_ keywords.
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::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:19
@ 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 xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:36