C# Class Longkong.Licensing.ProcCountLicenseProvider

Summary description for Class1.
Inheritance: System.ComponentModel.LicenseProvider
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
IsKeyValid ( string key, Type type ) : bool

Private Methods

Méthode Description
GetSystemInfo ( SYSTEM_INFO &si ) : void

Method Details

GetLicense() public méthode

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

IsKeyValid() protected méthode

protected IsKeyValid ( string key, Type type ) : bool
key string
type System.Type
Résultat bool