Click or drag to resize

EBP.Framework.Common.Interfaces.Shared Namespace

[Missing <summary> documentation for "N:EBP.Framework.Common.Interfaces.Shared"]

Classes
  ClassDescription
Public classSharedObjRef
Stores all relevant information required to generate a proxy in order to communicate with a remote object. Disconnects the remote object when finalized on local host.
Interfaces
  InterfaceDescription
Public interfaceISharedCollectionT
Defines methods to manipulate generic collections.
Public interfaceISharedDictionaryTKey, TValue
Represents a generic collection of key/value pairs that can be modified across application domain boundaries.
Public interfaceISharedEnumerableT
Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
Public interfaceISharedEnumeratorT
Supports a simple iteration over a generic collection.
Public interfaceISharedKeyValuePairTKey, TValue
Defines a key/value pair that can be set or retrieved.
Public interfaceISharedListT
Represents a collection of objects that can be individually accessed by index and that can be modified across application domain boundaries.
Public interfaceISharedObject
IMPLEMENTED BY SharedObject DO NOT TRY TO IMPLEMENT IT! Enables access to objects across application domain boundaries. Contrary to MarshalByRefObject, the lifetime is managed by the client.