Click or drag to resize

SharedObjRef Class

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.
Inheritance Hierarchy
SystemObject
  System.Runtime.RemotingObjRef
    EBP.Framework.Common.Interfaces.SharedSharedObjRef

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
[SerializableAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public sealed class SharedObjRef : ObjRef

The SharedObjRef type exposes the following members.

Constructors
  NameDescription
Public methodSharedObjRef
Initializes a new instance of the SharedObjRef class to reference a specified SharedObject of a specified System.Type.
Top
Properties
  NameDescription
Public propertyChannelInfo
Gets or sets the IChannelInfo for the ObjRef.
(Inherited from ObjRef.)
Public propertyEnvoyInfo
Gets or sets the IEnvoyInfo for the ObjRef.
(Inherited from ObjRef.)
Public propertyTypeInfo
Gets or sets the IRemotingTypeInfo for the object that the ObjRef describes.
(Inherited from ObjRef.)
Public propertyURI
Gets or sets the URI of the specific object instance.
(Inherited from ObjRef.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Disconnects the remote object.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
Populates a specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the current System.Runtime.Remoting.ObjRef instance.
(Overrides ObjRefGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetRealObject
Returns a reference to the remote object that the ObjRef describes.
(Inherited from ObjRef.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsFromThisAppDomain
Returns a Boolean value that indicates whether the current ObjRef instance references an object located in the current AppDomain.
(Inherited from ObjRef.)
Public methodIsFromThisProcess
Returns a Boolean value that indicates whether the current ObjRef instance references an object located in the current process.
(Inherited from ObjRef.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also