C# (CSharp) ZeroInstall.DesktopIntegration IntegrationManager - 12 examples found. These are the top rated real world C# (CSharp) examples of ZeroInstall.DesktopIntegration.IntegrationManager extracted from open source projects. You can rate examples to help us improve the quality of examples.
Manages an AppList and desktop integration via AccessPoints.
To prevent race-conditions there may only be one desktop integration class instance active at any given time. This class acquires a mutex upon calling its constructor and releases it upon calling IDisposable.Dispose.