ReflectionPermissionAttribute.TypeInformation Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Questa API è ora deprecata.
Attenzione
ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.
Attenzione
This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
not enforced in 2.0+
Ottiene o imposta un valore che indica se la reflection su membri non visibili è consentita o meno.
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("not enforced in 2.0+")]
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
[<System.Obsolete("not enforced in 2.0+")>]
member this.TypeInformation : bool with get, set
Public Property TypeInformation As Boolean
Valore della proprietà
true
se è consentita l’esecuzione della funzionalità di reflection sui membri non visibili; in caso contrario, false
.
- Attributi
Commenti
Questa proprietà è ora obsoleta. Riflettendo sui metadati dei membri che non sono più visibili non richiede ReflectionPermissionpiù .