LicenseContext.GetService(Type) メソッド

定義

要求されたサービスがある場合は、そのサービスを取得します。

public:
 virtual System::Object ^ GetService(Type ^ type);
public virtual object GetService (Type type);
public virtual object? GetService (Type type);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Overridable Function GetService (type As Type) As Object

パラメーター

type
Type

取得するサービスの型。

戻り値

サービスのインスタンス。サービスが見つからない場合は null

実装

適用対象