DesigntimeLicenseContext Klasse
Definition
Stellt einen Entwurfszeit-Lizenzkontext für die Unterstützung eines Lizenzgebers zur Entwurfszeit dar.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
- Vererbung
Hinweise
Diese Klasse stellt Methoden zum Verwalten von Lizenzschlüsseln für den zugeordneten Kontext und eine-Eigenschaft zur Verfügung, die den Lizenzierungs Modus des zugeordneten Kontexts darstellt.This class provides methods for managing license keys of the associated context and a property for representing the licensing mode of the associated context.
Konstruktoren
DesigntimeLicenseContext() |
Initialisiert eine neue Instanz der DesigntimeLicenseContext-Klasse.Initializes a new instance of the DesigntimeLicenseContext class. |
Eigenschaften
UsageMode |
Ruft den Modus der Lizenzverwendung ab.Gets the license usage mode. |
Methoden
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetSavedLicenseKey(Type, Assembly) |
Ruft einen gespeicherten Lizenzschlüssel ab.Gets a saved license key. |
GetService(Type) |
Ruft den angeforderten Dienst ab, wenn dieser verfügbar ist.Gets the requested service, if it is available. (Geerbt von LicenseContext) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
SetSavedLicenseKey(Type, String) |
Legt einen gespeicherten Lizenzschlüssel fest.Sets a saved license key. |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |