Пример #1
0
        public void Dispose()
        {
            if (_vstHostProcess.IsRemoteVstServiceAvailable())
            {
                _remoteVstService.UnregisterPlugin(_guid);
            }

            Plugin.Logger.Debug($"Unlocking from PID {_vstHostProcess.Pid}");
            _vstHostProcess.Unlock();
        }