C# Class System.ComponentModel.Design.DesigntimeLicenseContext

Inheritance: System.ComponentModel.LicenseContext
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string

Gets a saved license key.

SetSavedLicenseKey ( Type type, string key ) : void

Sets a saved license key.

Method Details

GetSavedLicenseKey() public méthode

Gets a saved license key.

public GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
type Type
resourceAssembly System.Reflection.Assembly
Résultat string

SetSavedLicenseKey() public méthode

Sets a saved license key.

public SetSavedLicenseKey ( Type type, string key ) : void
type Type
key string
Résultat void