Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​Design.​DesigntimeLicenseContext

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → LicenseContext → DesigntimeLicenseContext

Implemented Interfaces

Represents a design-time license context that can support a license provider at design time.

Properties

UsageMode
Gets the license usage mode.

Methods

public string
GetSavedLicenseKey​(Type type, Reflection.​Assembly resourceAssembly)
Gets a saved license key.
Returns The saved license key that matches the specified type.
type The type of the license key.
resourceAssembly The assembly to get the key from.
public void
SetSavedLicenseKey​(Type type, string key)
Sets a saved license key.
type The type of the license key.
key The license key.
public object
GetService​(Type type)
Inherited from LicenseContext
Gets the requested service, if it is available.
Returns An instance of the service, or <see langword="null" /> if the service cannot be found.
type The type of service to retrieve.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object