Table of Contents

Enum ImplementationStoreKind

Namespace
ZeroInstall.Store.Implementations
Assembly
ZeroInstall.Store.dll
public enum ImplementationStoreKind

Fields

ReadOnly = 1

This store cannot be modified.

ReadWrite = 0

This store can be written to directly.

Service = 2

This store is managed by a background service.

See Also