xtd 0.2.0
environment_variable_target.h
Go to the documentation of this file.
1 #pragma once
5 #include "enum.h"
6 
8 namespace xtd {
17  process = 0,
19  user = 1,
21  machine = 2,
22  };
23 }
24 
26 template<> struct xtd::enum_register<xtd::environment_variable_target> {
28 };
The environment variable is stored or retrieved from the environment block associated with the curren...
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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
Contains enum_ and enum_ut_ keywords.
The environment variable is stored or retrieved from the HKEY_CURRENT_USER key in the Windows operati...
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
Provides the registration struct for enumerations.
Definition: enum_register.h:36
The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE Manager key in the Window...