DesigntimeLicenseContext Class

Definition

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

public ref class DesigntimeLicenseContext : System::ComponentModel::LicenseContext
public class DesigntimeLicenseContext : System.ComponentModel.LicenseContext
type DesigntimeLicenseContext = class
    inherit LicenseContext
Public Class DesigntimeLicenseContext
Inherits 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

See also