共用方式為


License 類別

定義

提供 abstract 所有授權的基礎類別。 授權會授與元件的特定實例。

public ref class License abstract : IDisposable
public abstract class License : IDisposable
type License = class
    interface IDisposable
Public MustInherit Class License
Implements IDisposable
繼承
License
實作

備註

所有組件在處置或最終定案時必須標示 Dispose 其授權。

給實施者的注意事項

當你從 繼承 License時,必須覆蓋以下成員: LicenseKeyDispose()

建構函式

名稱 Description
License()

初始化 License 類別的新執行個體。

屬性

名稱 Description
LicenseKey

當在衍生類別中被覆寫時,會獲得該元件的授權金鑰。

方法

名稱 Description
Dispose()

當在衍生類別中被覆寫時,會處置授權所使用的資源。

Equals(Object)

判斷指定的 物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於

另請參閱