L
Lee
Hello.
I am trying to start a process in a suspended state in a c#
application. Unfortunately there seems to be no support for suspended
process creation in the Process class.
Does anyone know of a way to acheive this without having to use
PInvoke to call the Win32 API CreateProcess and specifying the
CREATE_SUSPENDED flag.
Seems kind of messy...
Thanks for any information that you can provide.
Lee
I am trying to start a process in a suspended state in a c#
application. Unfortunately there seems to be no support for suspended
process creation in the Process class.
Does anyone know of a way to acheive this without having to use
PInvoke to call the Win32 API CreateProcess and specifying the
CREATE_SUSPENDED flag.
Seems kind of messy...
Thanks for any information that you can provide.
Lee