xtd 0.2.0
environment_variable_target.h File Reference
#include "enum.h"

Definition

Contains xtd::environment_variable_target enum class.

Include dependency graph for environment_variable_target.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum  xtd::environment_variable_target {
  xtd::environment_variable_target::process = 0,
  xtd::environment_variable_target::user = 1,
  xtd::environment_variable_target::machine = 2
}
 Specifies the location where an environment variable is stored or retrieved in a set or get operation. More...