LicenseManager.IsLicensed(Type) 方法

定义

返回给定的类型是否具有有效许可证。

public:
 static bool IsLicensed(Type ^ type);
public static bool IsLicensed (Type type);
static member IsLicensed : Type -> bool
Public Shared Function IsLicensed (type As Type) As Boolean

参数

type
Type

为其查找有效许可证的 Type

返回

如果给定的类型已授权,则为 true;否则为 false

适用于