How to make WinSCP.exe auto terminted when the program close
Hi all,
May I know, is there any way in code level, makes the winscp.exe auto quit after the .net program closed?
I've experience that the winscp.exe remain in memory (via task manager), it is because the .net program force closed.
I've used the "using" statement in .net program and call the dispose() method inside, but it seems the dispose method have not been called.
Jackson
May I know, is there any way in code level, makes the winscp.exe auto quit after the .net program closed?
I've experience that the winscp.exe remain in memory (via task manager), it is because the .net program force closed.
I've used the "using" statement in .net program and call the dispose() method inside, but it seems the dispose method have not been called.
Jackson