Enum ImplementationStoreKind
- Namespace
- ZeroInstall.Store.Implementations
- Assembly
- ZeroInstall.Store.dll
public enum ImplementationStoreKind
Fields
ReadOnly = 1This store cannot be modified.
ReadWrite = 0This store can be written to directly.
Service = 2This store is managed by a background service.