Class EnvironmentMode
Inheritance
EnvironmentMode
Assembly: ZeroInstall.Model.dll
Syntax
public sealed class EnvironmentMode : Enum
Fields
Append
The absolute path of the item is append to the end of the current value of the variable.
Declaration
public const EnvironmentMode Append
Field Value
Prepend
The absolute path of the item is prepended to the current value of the variable.
Declaration
public const EnvironmentMode Prepend
Field Value
Replace
The old value is overwritten, and the Default attribute is ignored.
Declaration
public const EnvironmentMode Replace
Field Value
value__
Declaration
Field Value