How can I start a .Net application and pass it an object? The object could be anything, a dataset, an xml document, a business object, etc.
Some ideas...
[ol][li]I could serialize the object to a file and have the launching application read from it.[/li]
[li]I could post the object to a message queue and have the launching application listen to the queue[/li][/ol]
These are fine, but I was wondering if there was a more direct way to have the programs communicate with each other.
Thanks,
Adam
Some ideas...
[ol][li]I could serialize the object to a file and have the launching application read from it.[/li]
[li]I could post the object to a message queue and have the launching application listen to the queue[/li][/ol]
These are fine, but I was wondering if there was a more direct way to have the programs communicate with each other.
Thanks,
Adam