表示されていないメンバに対してリフレクションを使用できるかどうかを示す値を取得または設定します。
Public Property TypeInformation As Boolean
[C#]
public bool TypeInformation {get; set;}
[C++]
public: __property bool get_TypeInformation();public: __property void set_TypeInformation(bool);
[JScript]
public function get TypeInformation() : Boolean;public function set TypeInformation(Boolean);
プロパティ値
表示されていないメンバに対してリフレクションを使用できる場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ReflectionPermissionAttribute クラス | ReflectionPermissionAttribute メンバ | System.Security.Permissions 名前空間