ContextAttribute is the root for all context attributes. ContextAttribute provides the default implementations of IContextAttribute and IContextProperty. Simple Context properties can derived from ContextAttribute with the context attribute and the context property being in the class. For more specialized or more sophisticated needs the context attribute still derives from ContextAttribute and context property can be split into a separated class.
Object
Attribute
ContextAttribute
[Visual Basic] Public Class ContextAttribute Inherits Attribute Implements IContextAttribute, IContextProperty [C#] public class ContextAttribute : Attribute, IContextAttribute, IContextProperty [C++] public __gc class ContextAttribute : public Attribute, IContextAttribute, IContextProperty [JScript] public class ContextAttribute extends Attribute, IContextAttribute, IContextProperty
[To be supplied.]
Namespace: System.Runtime.Remoting
Assembly: mscorlib.dll
ContextAttribute Members | System.Runtime.Remoting Namespace