IObjectHandle::Unwrap Method ()

 

Unwraps the object.

Namespace:   System.Runtime.Remoting
Assembly:  mscorlib (in mscorlib.dll)

Object^ Unwrap()

Return Value

Type: System::Object^

The unwrapped object.

Notes to Callers:

A ObjectHandle is a remoted MarshalByRefObject and is tracked by the remoting lifetime service. A call to the current method might fail if the lifetime lease on the ObjectHandle expires.

.NET Framework
Available since 1.1
Return to top
Show: