ZeroInstall.BootstrapProcess.GetStartInfo C# (CSharp) Method

GetStartInfo() private method

private GetStartInfo ( ) : ProcessStartInfo
return System.Diagnostics.ProcessStartInfo
        public ProcessStartInfo GetStartInfo()
        {
            return _noExisting
                ? GetCached()
                : (GetExistingInstance() ?? GetCached());
        }