ISupportRequiredService インターフェイス

定義

IServiceProvider でサポートされる場合、サービスを解決するために GetRequiredService<T>(IServiceProvider) で使用されるオプション コントラクト。

public interface class ISupportRequiredService
public interface ISupportRequiredService
type ISupportRequiredService = interface
Public Interface ISupportRequiredService

メソッド

GetRequiredService(Type)

このインターフェイスを実装する からIServiceProviderserviceTypeのサービスを取得します。

適用対象