CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

Statistics Constructor (Int32, Int32)

This initializes a Statistics object with the passed in values.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public Statistics(
	int access,
	int days
)
Public Sub New ( _
	access As Integer, _
	days As Integer _
)
public:
Statistics(
	int^ access, 
	int^ days
)

Parameters

access
Type: Int32
The account count to initialize this object with.
days
Type: Int32
The day count to initialize this object with.