Suspended process creation from c# app?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top