ReflectionPermissionAttribute.TypeInformation 屬性

定義

警告

此 API 現已淘汰。

警告

ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.

警告

This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

取得或設定值,這個值表示是否允許不可見的成員上的反映。

public:
 property bool TypeInformation { bool get(); void set(bool value); };
[System.Obsolete]
public bool TypeInformation { get; set; }
[System.Obsolete("ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.")]
public bool TypeInformation { get; set; }
public bool TypeInformation { get; set; }
[System.Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool TypeInformation { get; set; }
[<System.Obsolete>]
member this.TypeInformation : bool with get, set
[<System.Obsolete("ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.")>]
member this.TypeInformation : bool with get, set
member this.TypeInformation : bool with get, set
[<System.Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.TypeInformation : bool with get, set
Public Property TypeInformation As Boolean

屬性值

如果允許不可見成員上的反映,則為 true,否則為 false

屬性

備註

此屬性現在已過時。 反映看不到的成員中繼資料不再需要 ReflectionPermission

適用於