License Class
Used to verify that this copy of Numerics.NET is properly licensed.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
public sealed class License : Component,
IComponent, IDisposable
- Inheritance
- Object → MarshalByRefObject → Component → License
- Implements
- IComponent, IDisposable
Properties
Container | Gets the IContainer that contains the Component. (Inherited from Component) |
IsDesign | Gets whether the license used is a design-time license. |
IsEvaluation | Gets whether this product is an evaluation version. |
Site | Gets or sets the ISite of the Component. (Inherited from Component) |
Version | Gets the version of the Extreme Optimization Numerical Libraries for .NET. |
Methods
Dispose | Releases all resources used by the Component. (Inherited from Component) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject) Obsolete. |
Get | Gets the Type of the current instance. (Inherited from Object) |
Initialize | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject) Obsolete. |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component) |
Verify( | Verifies that a trial key is valid. |
Verify( | Verifies license information. |
Events
Disposed | Occurs when the component is disposed by a call to the Dispose() method. (Inherited from Component) |