This initializes a Statistics object with the passed in values.
Namespace:
CAS.Lib.CodeProtect.LicenseDsc
Assembly:
CAS.CodeProtect (in CAS.CodeProtect.dll)
public Statistics(
int access,
int days,
int usage,
int hits
)
public:
Statistics(
int^ access,
int^ days,
int^ usage,
int^ hits
)
Parameters
- access
- Type: Int32
The account count to initialize this object with.
- days
- Type: Int32
The day count to initialize this object with.
- usage
- Type: Int32
The usage count to initialize this object with.
- hits
- Type: Int32
The hit count to initialize this object with.