NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ObjectManager Class

Keeps track of objects as they are being deserialized.

Object
   ObjectManager

[Visual Basic]
Public Class ObjectManager
[C#]
public class ObjectManager
[C++]
public __gc class ObjectManager
[JScript]
public class ObjectManager

Remarks

Deserialization can query the ObjectManager to know whether a reference to an object, in the serialized stream, refers to an object that has already been deserialized (a backward reference), or to an object that has not yet been deserialized (a forward reference).

Requirements

Namespace: System.Runtime.Serialization

Assembly: mscorlib.dll

See Also

ObjectManager Members | System.Runtime.Serialization Namespace