RootContext Class
A CodeDomSerializer adds a root context to provide a definition of the root object. This class cannot be inherited
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | RootContext(CodeExpression^, Object^) | Initializes a new instance of the RootContext class. |
| Name | Description | |
|---|---|---|
![]() | Expression | Gets the expression representing the root object in the object graph. |
![]() | Value | Gets the root object of the object graph. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The RootContext can be placed on the context stack to represent the object that is the root of the serialization hierarchy. In addition to this instance, the RootContext also contains an expression that can be used to reference the RootContext.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

