アクティベータがアクティブな ActivatorLevel を取得します。
ReadOnly Property Level As ActivatorLevel
[C#]
ActivatorLevel Level {get;}
[C++]
__property ActivatorLevel get_Level();
[JScript]
function get Level() : ActivatorLevel;
プロパティ値
アクティベータがアクティブな ActivatorLevel 。
解説
Level は、アクティベータを追加する場合に、チェイン内の正しい位置を検出するために使用します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- SecurityPermission (インフラストラクチャ コードを操作するために必要なアクセス許可) SecurityPermissionFlag.Infrastructure (関連する列挙体)
参照
IActivator インターフェイス | IActivator メンバ | System.Runtime.Remoting.Activation 名前空間