C# Class System.ComponentModel.Design.DesigntimeLicenseContext

Inheritance: System.ComponentModel.LicenseContext
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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 method

Gets a saved license key.

public GetSavedLicenseKey ( Type type, Assembly resourceAssembly ) : string
type Type
resourceAssembly System.Reflection.Assembly
return string

SetSavedLicenseKey() public method

Sets a saved license key.

public SetSavedLicenseKey ( Type type, string key ) : void
type Type
key string
return void