Class BootstrapMode
Available operation modes for the Zero Install Bootstrapper.
Namespace: ZeroInstall.Store
Assembly: ZeroInstall.Store.dll
Syntax
public sealed class BootstrapMode : Enum
Fields
Integrate
Perform desktop integration for the target application.
Declaration
public const BootstrapMode Integrate
Field Value
Type | Description |
---|---|
BootstrapMode |
None
Perform no application bootstrapping.
Declaration
public const BootstrapMode None
Field Value
Type | Description |
---|---|
BootstrapMode |
Run
Run the target application.
Declaration
public const BootstrapMode Run
Field Value
Type | Description |
---|---|
BootstrapMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |