DesigntimeLicenseContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可在设计时支持许可证提供程序的设计时许可证上下文。
public ref class DesigntimeLicenseContext : System::ComponentModel::LicenseContext
public class DesigntimeLicenseContext : System.ComponentModel.LicenseContext
type DesigntimeLicenseContext = class
inherit LicenseContext
Public Class DesigntimeLicenseContext
Inherits LicenseContext
- 继承
注解
此类提供用于管理关联上下文的许可证密钥的方法,以及用于表示关联上下文的许可模式的属性。
构造函数
DesigntimeLicenseContext() |
初始化 DesigntimeLicenseContext 类的新实例。 |
属性
UsageMode |
获取许可证用法模式。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetSavedLicenseKey(Type, Assembly) |
获取已保存的许可证密钥。 |
GetService(Type) |
获取请求的服务(如果该服务可用的话)。 (继承自 LicenseContext) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
SetSavedLicenseKey(Type, String) |
获取已保存的许可证密钥。 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |