Namespace inetsoftware.ProcessBridge.Handler
Classes
BridgedObject
Basic class for remote/bridged objects. All objects that extends from this class are a proxy to a class on the remote process side.
There can be more as one instance of a BridgedObject to the same object on the remote side. If all BridgedObject for same remote object are garbage collected then also the the remote object can be garbage collected.
RefObject
Handle to an object that exist in the bridged/remote process