Freigeben über


ReflectionPermissionAttribute.TypeInformation-Eigenschaft

HINWEIS: Diese Eigenschaft ist mittlerweile veraltet.

Ruft einen Wert ab, der angibt, ob Reflektion für nicht sichtbare Member zulässig ist, oder legt diesen fest.

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ObsoleteAttribute("This API has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Property TypeInformation As Boolean
'Usage
Dim instance As ReflectionPermissionAttribute
Dim value As Boolean

value = instance.TypeInformation

instance.TypeInformation = value
[ObsoleteAttribute("This API has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")] 
public bool TypeInformation { get; set; }
[ObsoleteAttribute(L"This API has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")] 
public:
property bool TypeInformation {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_TypeInformation ()

/** @property */
public void set_TypeInformation (boolean value)
public function get TypeInformation () : boolean

public function set TypeInformation (value : boolean)

Eigenschaftenwert

true, wenn Reflektion für nicht sichtbare Member zulässig ist, andernfalls false.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

ReflectionPermissionAttribute-Klasse
ReflectionPermissionAttribute-Member
System.Security.Permissions-Namespace