ServiceDescriptor.ImplementationType Proprietà

Definizione

Ottiene l'oggetto Type che implementa il servizio o restituisce null se IsKeyedService è 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

Valore della proprietà

Attributi

Commenti

Se IsKeyedService è true, KeyedImplementationType deve essere invece chiamato .

Si applica a