ObjectHandle Constructor (Object^)

 

Initializes an instance of the ObjectHandle class, wrapping the given object o.

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

public:
ObjectHandle(
	Object^ o
)

Parameters

o
Type: System::Object^

The object that is wrapped by the new ObjectHandle.

.NET Framework
Available since 1.1
Return to top
Show: