Class ZeroInstallInstance
- Namespace
- ZeroInstall.Commands
- Assembly
- 0install.dll
Provides information about the currently running instance of Zero Install.
public static class ZeroInstallInstance
- Inheritance
-
ZeroInstallInstance
- Inherited Members
Properties
IsDeployed
Indicates whether the current Zero Install instance is deployed to a fixed location.
public static bool IsDeployed { get; }
Property Value
IsIntegrated
Indicates whether the current Zero Install instance is integrated into the desktop environment.
public static bool IsIntegrated { get; }
Property Value
IsLibraryMode
Indicates whether the current Zero Install instance is in library mode.
public static bool IsLibraryMode { get; }
Property Value
IsMachineWide
Indicates whether Zero Install is running from a machine-wide location.
public static bool IsMachineWide { get; }
Property Value
Version
The current version of Zero Install.
public static ImplementationVersion Version { get; }
Property Value
Methods
SilentUpdateCheck()
Silently checks if an update for Zero Install is available.
public static ImplementationVersion? SilentUpdateCheck()
Returns
- ImplementationVersion
The version number of the newest available update;
null
if no update is available.