Share via


SecurityPermissionAttribute.Infrastructure 屬性

定義

取得或設定值,指出程式碼是否可插入 Common Language Runtime 基礎結構,例如加入遠端內容接收、Envoy 接收和動態接收。

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

屬性值

如果程式碼可插入 Common Language Runtime 基礎結構,則為 true,否則為 false

屬性

適用於