COMMethodInfo.ReflectedType Propriedade

Definição

Obtém o objeto de classe que foi usado para obter esta instância por meio de reflexão.Gets the class object that was used to obtain this instance through reflection.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type ReflectedType { get; }
member this.ReflectedType : Type
Public Overrides ReadOnly Property ReflectedType As Type

Valor da propriedade

Type

NULL, porque essa instância não foi obtida por meio de reflexão.null, because this instance was not obtained through reflection.

Aplica-se a

Confira também