UnityLicenseContainerProviderTryResolve - метод

Возвращает объект ILicenseContainer для указанного формата лицензии formatType.

Definition

Пространство имён: Tessa.Platform.Licensing
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public ILicenseContainer? TryResolve(
	LicenseFormatType formatType
)

Параметры

formatType  LicenseFormatType
Формат файла лицензии.

Возвращаемое значение

ILicenseContainer
Запрошенный объект ILicenseContainer.

Реализации

ILicenseContainerProviderTryResolve(LicenseFormatType)

См. также