Enum EnvironmentMode
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
public enum EnvironmentMode
Fields
Append = 1
The absolute path of the item is append to the end of the current value of the variable.
Prepend = 0
The absolute path of the item is prepended to the current value of the variable.
Replace = 2
The old value is overwritten, and the Default attribute is ignored.