SecurityPermissionAttribute.Infrastructure 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出程式碼是否可插入 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
。
- 屬性