Click or drag to resize

SharedObjRef Methods

The SharedObjRef type exposes the following members.

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