C# Class Longkong.Licensing.ProcCountLicenseProvider

Summary description for Class1.
Inheritance: System.ComponentModel.LicenseProvider
Exibir arquivo Open project: Longkong/Pojjaman Class Usage Examples

Public Methods

Method Description
GetLicense ( System.ComponentModel.LicenseContext context, Type type, object instance, bool allowExceptions ) : License

Protected Methods

Method Description
IsKeyValid ( string key, Type type ) : bool

Private Methods

Method Description
GetSystemInfo ( SYSTEM_INFO &si ) : void

Method Details

GetLicense() public method

public GetLicense ( System.ComponentModel.LicenseContext context, Type type, object instance, bool allowExceptions ) : License
context System.ComponentModel.LicenseContext
type System.Type
instance object
allowExceptions bool
return License

IsKeyValid() protected method

protected IsKeyValid ( string key, Type type ) : bool
key string
type System.Type
return bool