ReflectionPermissionAttribute.TypeInformation Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Esta API ya está en desuso.
Precaución
ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.
Precaución
This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
not enforced in 2.0+
Obtiene o establece un valor que indica si se permite la reflexión en miembros que no se encuentran visibles.
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
Valor de propiedad
true
si se permite la reflexión en miembros que no se encuentran visibles; en caso contrario, false
.
- Atributos
Comentarios
Esta propiedad está obsoleta. La reflexión sobre los metadatos de los miembros que no están visibles ya no requiere ReflectionPermission.