ServiceDescriptor.ImplementationType Eigenschaft

Definition

Ruft ab, das Type den Dienst implementiert, oder gibt zurück null , wenn IsKeyedService der Wert ist 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

Eigenschaftswert

Attribute

Hinweise

Ist IsKeyedService dies trueder Grund, KeyedImplementationType sollte stattdessen aufgerufen werden.

Gilt für: