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!

ContextBoundObject Class

Defines the root type for all context bound types.

Object
   MarshalByRefObject
      ContextBoundObject

[Visual Basic]
MustInherit Public Class ContextBoundObject
   Inherits MarshalByRefObject
[C#]
public abstract class ContextBoundObject : MarshalByRefObject
[C++]
public __gc __abstract class ContextBoundObject : public
   MarshalByRefObject
[JScript]
public abstract class ContextBoundObject extends MarshalByRefObject

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ContextBoundObject Members | System Namespace