C# (CSharp) ZeroInstall.DesktopIntegration CategoryIntegrationManager - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для ZeroInstall.DesktopIntegration.CategoryIntegrationManager, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Manages desktop integration via AccessPoints, grouping them into categories.
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.