次の方法で共有


ContextAttribute クラス

この型は、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。

<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

参照

ContextAttribute メンバ | System.Runtime.Remoting.Contexts 名前空間