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#
public sealed class License : Component, 
	IComponent, IDisposable
Inheritance
Object  →  MarshalByRefObject  →  Component  →  License
Implements
IComponent, IDisposable

Properties

ContainerGets the IContainer that contains the Component.
(Inherited from Component)
IsDesignTimeLicense Gets whether the license used is a design-time license.
IsEvaluationVersion Gets whether this product is an evaluation version.
SiteGets or sets the ISite of the Component.
(Inherited from Component)
Version Gets the version of the Extreme Optimization Numerical Libraries for .NET.

Methods

DisposeReleases all resources used by the Component.
(Inherited from Component)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete.
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete.
ToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component)
Verify(String) Verifies that a trial key is valid.
Verify(String, String, String) Verifies license information.

Events

DisposedOccurs when the component is disposed by a call to the Dispose() method.
(Inherited from Component)

See Also