SecurityPermissionAttribute.Infrastructure プロパティ

定義

コードがリモート処理コンテキスト シンク、エンボイ シンク、動的シンクの追加など共通言語ランタイム インフラストラクチャにプラグインできるかどうかを示す値を取得または設定します。

public:
 property bool Infrastructure { bool get(); void set(bool value); };
public bool Infrastructure { get; set; }
[System.Runtime.InteropServices.ComVisible(true)]
public bool Infrastructure { get; set; }
member this.Infrastructure : bool with get, set
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.Infrastructure : bool with get, set
Public Property Infrastructure As Boolean

プロパティ値

コードが共通言語ランタイム インフラストラクチャにプラグインできる場合は true。それ以外の場合は false

属性

適用対象