DesigntimeLicenseContext Класс
Определение
Предоставляет лицензионное содержимое этапа разработки, позволяющее поддерживать работу поставщика лицензий во время разработки.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
- Наследование
Комментарии
Этот класс предоставляет методы для управления лицензионными ключами связанного контекста и свойством, представляющим режим лицензирования связанного контекста.This class provides methods for managing license keys of the associated context and a property for representing the licensing mode of the associated context.
Конструкторы
DesigntimeLicenseContext() |
Инициализирует новый экземпляр класса DesigntimeLicenseContext.Initializes a new instance of the DesigntimeLicenseContext class. |
Свойства
UsageMode |
Возвращает режим использования лицензии.Gets the license usage mode. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetSavedLicenseKey(Type, Assembly) |
Возвращает сохраненный лицензионный ключ.Gets a saved license key. |
GetService(Type) |
Возвращает запрашиваемую службу, если она доступна.Gets the requested service, if it is available. (Унаследовано от LicenseContext) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
SetSavedLicenseKey(Type, String) |
Задает сохраненный лицензионный ключ.Sets a saved license key. |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |