Is there a relatively simple way in .NET to spawn a new process (also
written in .NET) and pass parameters to that process other than using the
command line arguments, temporary files or something more advanced like
sockets etc ? I'd like to pass a string parameter containing XML to a newly
spawned process.

Re: Pass parameters to a new process by Jon

Jon
Tue May 25 11:56:55 CDT 2004

John Smith <nospam@hotmail.com> wrote:
> Is there a relatively simple way in .NET to spawn a new process (also
> written in .NET) and pass parameters to that process other than using the
> command line arguments, temporary files or something more advanced like
> sockets etc ? I'd like to pass a string parameter containing XML to a newly
> spawned process.

The use of a socket or temporary file seems pretty reasonable to me.
What do you want to do that using a network connection would be
problematic for?

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too