Environment: EnvironmentVariableTarget

EnvironmentVariableTarget

Used to indicate the source or destination of the environment variables when read from or written to the system.

 Public Enum EnvironmentVariableTarget

Values

Machine = 0
The source of the variable is machine wide. These are variables that are defined for the system and all users.
Process = 1
The source of the variable is for the current process. This combines both machine and user level variables, giving priority to the user level variables.
User = 2
The source of the variable is of the current user.

Remarks

Machine and User are not supported on Windows 95, 98 or ME.

See Also

Project CorLib Overview

Class Environment Overview