Compartir vía


ServiceDescriptor.ImplementationType Propiedad

Definición

Obtiene el Type que implementa el servicio o devuelve null si IsKeyedService es true.

public:
 property Type ^ ImplementationType { Type ^ get(); };
public Type? ImplementationType { get; }
member this.ImplementationType : Type
Public ReadOnly Property ImplementationType As Type

Valor de propiedad

Comentarios

Si IsKeyedService es true, se debe llamar a KeyedImplementationType en su lugar.

Se aplica a