mscorlib(4.0.0.0) API with additions
|
Provides the abstract
base class for all licenses. A license is granted to a specific instance of a component.
More...
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... | |
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.
|
pure virtual |
When overridden in a derived class, disposes of the resources used by the license.
Implements System.IDisposable.
|
get |
When overridden in a derived class, gets the license key granted to this component.
Definition at line 12 of file License.cs.