mscorlib(4.0.0.0) API with additions
System.ComponentModel.License Class Referenceabstract

Provides the abstract base class for all licenses. A license is granted to a specific instance of a component. More...

Inheritance diagram for System.ComponentModel.License:
[legend]
Collaboration diagram for System.ComponentModel.License:
[legend]

Public Member Functions

abstract void Dispose ()
 When overridden in a derived class, disposes of the resources used by the license. More...
 

Properties

abstract string LicenseKey [get]
 When overridden in a derived class, gets the license key granted to this component. More...
 

Detailed Description

Provides the abstract base class for all licenses. A license is granted to a specific instance of a component.

Definition at line 7 of file License.cs.

Member Function Documentation

◆ Dispose()

abstract void System.ComponentModel.License.Dispose ( )
pure virtual

When overridden in a derived class, disposes of the resources used by the license.

Implements System.IDisposable.

Property Documentation

◆ LicenseKey

abstract string System.ComponentModel.License.LicenseKey
get

When overridden in a derived class, gets the license key granted to this component.

Returns
A license key granted to this component.

Definition at line 12 of file License.cs.


The documentation for this class was generated from the following file: