System.Runtime.Serialization.ObjectManager.ObjectManager C# (CSharp) Method

ObjectManager() public method

public ObjectManager ( System selector, System context ) : System
selector System
context System
return System
        public ObjectManager(System.Runtime.Serialization.ISurrogateSelector selector, System.Runtime.Serialization.StreamingContext context) { }
        public virtual void DoFixups() { }

Same methods

ObjectManager::ObjectManager ( ISurrogateSelector selector, StreamingContext context ) : System.Diagnostics
ObjectManager::ObjectManager ( ISurrogateSelector selector, StreamingContext context, bool checkSecurity, bool isCrossAppDomain ) : System.Diagnostics