.NET Remoting Support

RemotingLib implements one remotable object (MarshalByRefObject) and defines an interface. The interface is available at <public user documents>\Silk Performer 21.0\SampleApps\DOTNET\RemotingSamples\RemotingLib.

RemServerConsole is the server application that hosts the remotable object and implements one object that implements the defined interface of RemotingLib. It is available at <public user documents>\Silk Performer 21.0\SampleApps\DOTNET\RemotingSamples\RemServerConsole.

All source code is available. Code is already compiled into a debug version.