Compartir a través de


ResourceType.CanReflectOnInstanceType Propiedad

Definición

Obtiene un valor que indica si el tipo de instancia correspondiente representa el tipo CLR de esta entidad.

public:
 property bool CanReflectOnInstanceType { bool get(); void set(bool value); };
public bool CanReflectOnInstanceType { get; set; }
member this.CanReflectOnInstanceType : bool with get, set
Public Property CanReflectOnInstanceType As Boolean

Valor de propiedad

true si el tipo de instancia representa un tipo CLR; de lo contrario, false.

Se aplica a