DeployLX Software Protection System

DesigntimeLimit Class

Restricts the use of the software to a designtime environment such as Visual Studio .NET®.

Syntax

<SerializableAttribute> _
Public Class DesigntimeLimit _
	Inherits DesigntimeOrRuntimeLimit
[SerializableAttribute]
public class DesigntimeLimit : DesigntimeOrRuntimeLimit

Remarks

See the Designtime & Runtime Limit Reference for more information.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..DesigntimeOrRuntimeLimit
      DeployLX.Licensing.v5..::..DesigntimeLimit

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

See Also