C# Класс Longkong.Licensing.ProcCountLicenseProvider

Summary description for Class1.
Наследование: System.ComponentModel.LicenseProvider
Показать файл Открыть проект Примеры использования класса

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

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

Защищенные методы

Метод Описание
IsKeyValid ( string key, Type type ) : bool

Приватные методы

Метод Описание
GetSystemInfo ( SYSTEM_INFO &si ) : void

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

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

public GetLicense ( System.ComponentModel.LicenseContext context, Type type, object instance, bool allowExceptions ) : License
context System.ComponentModel.LicenseContext
type System.Type
instance object
allowExceptions bool
Результат License

IsKeyValid() защищенный Метод

protected IsKeyValid ( string key, Type type ) : bool
key string
type System.Type
Результат bool