ReflectionPermissionAttribute.TypeInformation Propriedade

Definição

Cuidado

Essa API foi preterida.

Cuidado

ReflectionPermissionAttribute.TypeInformation has been deprecated and is not supported.

Cuidado

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

Cuidado

not enforced in 2.0+

Obtém ou define um valor que indica se a reflexão em membros que não são visíveis é permitida.

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 da propriedade

Boolean

true se a reflexão sobre os membros que não estão visíveis for permitida; caso contrário, false.

Atributos

Comentários

Esta propriedade é agora obsoleta. Refletir sobre os metadados de membros que não estão visíveis não requer ReflectionPermissionmais .

Aplica-se a