RemotingSurrogateSelector::SetRootObject Method (Object^)

 

Sets the object at the root of the object graph.

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

public:
void SetRootObject(
	Object^ obj
)

Parameters

obj
Type: System::Object^

The object at the root of the object graph.

Exception Condition
ArgumentNullException

The obj parameter is null.

.NET Framework
Available since 1.1
Return to top
Show: