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
- IServiceProvider Implemented by: LicenseContext
Represents a design-time license context that can support a license provider at design time.
Properties
public
LicenseUsageMode
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.
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object