ServiceDescriptor.ImplementationInstance Property

Definition

Gets the instance that implements the service, or returns null if IsKeyedService is true.

C#
public object? ImplementationInstance { get; }

Property Value

Remarks

If IsKeyedService is true, KeyedImplementationInstance should be called instead.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided), 2.1 (package-provided)