ServiceDescriptor.ImplementationType Propiedad

Definición

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

public:
 property Type ^ ImplementationType { Type ^ get(); };
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
public Type? ImplementationType { get; }
public Type? ImplementationType { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>]
member this.ImplementationType : Type
member this.ImplementationType : Type
Public ReadOnly Property ImplementationType As Type

Valor de propiedad

Atributos

Comentarios

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

Se aplica a