Share via


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

適用於