프로젝트

일반

사용자정보

개정판 03960fa5

ID03960fa568ec3e09dfc208b7b6da333595dab630
상위 7bb40d38
하위 2d47b718

김태성이(가) 4년 이상 전에 추가함

downloadmanager Test App 추가

Change-Id: Ic1923832e671d31305a10dc1003470637157368c

차이점 보기:

KCOM/Extensions/DownloadProcess.cs
1
using Salaros.Configuration;
2
using System;
1
using System;
3 2
using System.Collections.Generic;
4 3
using System.Diagnostics;
5 4
using System.Globalization;
......
87 86
            return result;
88 87
        }
89 88

  
90
        public static bool ProcessMonitor(bool isDebug,string thumbnailFolder)
89
        public static bool ProcessMonitor(bool isDebug,string thumbnailFolder,string tempFolder,string tempFile)
91 90
        {
92 91
            bool result = false;
93 92

  
......
103 102
                    CreateNoWindow = true,
104 103
                    ErrorDialog = false,
105 104
                    RedirectStandardError = false,
106
                    Arguments = $"{IIpc.ProcessTypeDefine.DEFINE_MONITOR} {isDebug} {Process.GetCurrentProcess().Id} {string.Join(" ",processId)} {thumbnailFolder} {App.PageStorage.LocalStorage} {Common.ViewerDataModel.Instance.OriginalTempFile}"
105
                    Arguments = $"{IIpc.ProcessTypeDefine.DEFINE_MONITOR} {isDebug} {Process.GetCurrentProcess().Id} {string.Join(" ",processId)} {thumbnailFolder} {tempFolder} {tempFile}"
107 106
                };
108 107

  
109 108
                DownloadProcess.StartInfo = startInfo;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)