C
cronusf
I am using the Process class to launch a process. But other than
that, I do not need a reference to a Process object. So my question
is, after I call Process.Start, can I call Dispose on the Process
reference and be done with it? I don't want it to shutdown the
process I launched.
that, I do not need a reference to a Process object. So my question
is, after I call Process.Start, can I call Dispose on the Process
reference and be done with it? I don't want it to shutdown the
process I launched.