次の方法で共有


License クラス

すべてのライセンスの抽象 (Visual Basic では MustInherit) 基本クラスを提供します。ライセンスは、コンポーネントの特定のインスタンスに対して与えられます。

この型のすべてのメンバの一覧については、License メンバ を参照してください。

System.Object
   System.ComponentModel.License

MustInherit Public Class License
   Implements IDisposable
[C#]
public abstract class License : IDisposable
[C++]
public __gc __abstract class License : public IDisposable
[JScript]
public abstract class License implements IDisposable

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

すべてのコンポーネントは、破棄または終了されるときに、そのコンポーネントが与えたライセンスに対して Dispose を呼び出す必要があります。

継承時の注意: License から継承する場合、 LicenseKey および Dispose の両メンバをオーバーライドする必要があります。

ライセンスの詳細については、「 コンポーネントおよびコントロールのライセンス処理 」を参照してください。

必要条件

名前空間: System.ComponentModel

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System (System.dll 内)

参照

License メンバ | System.ComponentModel 名前空間 | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode