示例#1
0
        private void CleanupHostProcess()
        {
            IntegrationHelper.RetryDteCall(() => _dte.Quit());

            IntegrationHelper.KillProcess(_hostProcess);
        }
示例#2
0
        private void CloseHostProcess()
        {
            IntegrationHelper.RetryRpcCall(() => _dte.Quit());

            IntegrationHelper.KillProcess(_hostProcess);
        }
        private void CloseHostProcess()
        {
            _inProc.Quit();

            IntegrationHelper.KillProcess(_hostProcess);
        }