DeployLX Software Protection System

Limit Class

Services as a base class for all SecureLicense limitations.

Syntax

<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public MustInherit Class Limit _
	Implements IDisposable, IChange, IComparable, ICloneable,  _
	ISerializable, IXmlPersistable
[SerializableAttribute]
[ComVisibleAttribute(true)]
public abstract class Limit : IDisposable, 
	IChange, IComparable, ICloneable, ISerializable, IXmlPersistable

Remarks

Limits are used by the DeployLX Licensing framework to restrict a Component, Class or Control to a specific set of runtime or designtime conditions. The library contains 24 built in limits that you can use to control the use of your protected Type. You can also create your own custom limits to enforce application specific rules.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.Nlm.v5..::..NetworkLicenseLimit
    DeployLX.Licensing.v5..::..ApplicationLimit
    DeployLX.Licensing.v5..::..ApplicationTypeLimit
    DeployLX.Licensing.v5..::..DelayedLimit
    DeployLX.Licensing.v5..::..DesigntimeOrRuntimeLimit
    DeployLX.Licensing.v5..::..DomainNameLimit
    DeployLX.Licensing.v5..::..FeatureFilterLimit
    DeployLX.Licensing.v5..::..HtmlBrandedLimit
    DeployLX.Licensing.v5..::..InvalidLimit
    DeployLX.Licensing.v5..::..IPAddressLimit
    DeployLX.Licensing.v5..::..OnlineLimit
    DeployLX.Licensing.v5..::..OrLimit
    DeployLX.Licensing.v5..::..OSLimit
    DeployLX.Licensing.v5..::..PublisherLimit
    DeployLX.Licensing.v5..::..RemoteDesktopLimit
    DeployLX.Licensing.v5..::..ResetLimit
    DeployLX.Licensing.v5..::..ServiceLimit
    DeployLX.Licensing.v5..::..SessionsLimit
    DeployLX.Licensing.v5..::..StateLimit
    DeployLX.Licensing.v5..::..SuperFormLimit
    DeployLX.Licensing.v5..::..TimeServerLimit
    DeployLX.Licensing.v5..::..UpgradeLimit
    DeployLX.Licensing.v5..::..VersionLimit
    DeployLX.Licensing.v5..::..VirtualMachineLimit

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also