System.Runtime.Remoting.ObjRef Members

The members of System.Runtime.Remoting.ObjRef are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Runtime.Remoting.ObjRef class with default values.

Initializes a new instance of the System.Runtime.Remoting.ObjRef class to reference a specified MarshalByRefObject of a specified Type.

Protected Constructors

Public Properties

Public Methods

GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Populates a specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the current System.Runtime.Remoting.ObjRef instance.

GetRealObject(System.Runtime.Serialization.StreamingContext) : object

Returns a reference to the remote object that the System.Runtime.Remoting.ObjRef describes.

IsFromThisAppDomain() : bool

Returns a Boolean value that indicates whether the current System.Runtime.Remoting.ObjRef instance references an object located in the current AppDomain.

IsFromThisProcess() : bool

Returns a Boolean value that indicates whether the current System.Runtime.Remoting.ObjRef instance references an object located in the current process.