C# Класс System.ComponentModel.LicenseProvider

Наследование: Object
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetLicense ( System.ComponentModel.LicenseContext context, Type type, object? instance, bool allowExceptions ) : License?

When overridden in a derived class, gets a license for an instance or type of component.

Описание методов

GetLicense() публичный абстрактный Метод

When overridden in a derived class, gets a license for an instance or type of component.
public abstract GetLicense ( System.ComponentModel.LicenseContext context, Type type, object? instance, bool allowExceptions ) : License?
context System.ComponentModel.LicenseContext
type Type
instance object?
allowExceptions bool
Результат License?