This documentation is archived and is not being maintained.
ContextAttribute Class
.NET Framework 1.1
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] <AttributeUsage(AttributeTargets.Class)> <Serializable> Public Class ContextAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class)] [Serializable] public class ContextAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class)] [Serializable] public __gc class ContextAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class) Serializable class ContextAttribute extends Attribute
See Also
ContextAttribute Members | System.Runtime.Remoting.Contexts Namespace
Show: