Show / Hide Table of Contents

Class EnvironmentMode

Controls how Insert or Value is added to a variable.

Inheritance
Object
EnvironmentMode
Namespace: ZeroInstall.Model
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
Type Description
EnvironmentMode

Prepend

The absolute path of the item is prepended to the current value of the variable.

Declaration
public const EnvironmentMode Prepend
Field Value
Type Description
EnvironmentMode

Replace

The old value is overwritten, and the Default attribute is ignored.

Declaration
public const EnvironmentMode Replace
Field Value
Type Description
EnvironmentMode

value__

Declaration
public int value__
Field Value
Type Description
Int32
In This Article
Back to top Copyright Bastian Eicher et al