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입니다.

구현

적용 대상