mscorlib(4.0.0.0) API with additions
ContextBoundObject.cs
2 
3 namespace System
4 {
7  [ComVisible(true)]
8  public abstract class ContextBoundObject : MarshalByRefObject
9  {
10  }
11 }
Definition: __Canon.cs:3
Defines the base class for all context-bound classes.
Specifies that the class can be serialized.
Enables access to objects across application domain boundaries in applications that support remoting.