Op Englesch liesen Editéieren

Deelen iwwer


DesigntimeLicenseContext Class

Definition

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

C#
public class DesigntimeLicenseContext : System.ComponentModel.LicenseContext
Inheritance
DesigntimeLicenseContext

Remarks

This class provides methods for managing license keys of the associated context and a property for representing the licensing mode of the associated context.

Constructors

DesigntimeLicenseContext()

Initializes a new instance of the DesigntimeLicenseContext class.

Properties

UsageMode

Gets the license usage mode.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSavedLicenseKey(Type, Assembly)

Gets a saved license key.

GetService(Type)

Gets the requested service, if it is available.

(Inherited from LicenseContext)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetSavedLicenseKey(Type, String)

Sets a saved license key.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

Produkt Versiounen
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

See also