Kittyfisto / SharpRemote

A .NET remoting library
MIT License
12 stars 5 forks source link

OutOfProcessSilo should allow passing custom data to spawned process #42

Open Kittyfisto opened 6 years ago

Kittyfisto commented 6 years ago

It should be possible to forward an entire object graph from OutOfProcessSilo to its child process. The graph should be serialized and forwarded to the other process (for example via the command-line or console). OutOfProcessSiloServer should then be able to deserialize the object graph and present it via property.