Class LicenseCheckerResult
The default ILicenseChecker result.
public sealed class LicenseCheckerResult
- Inheritance
-
LicenseCheckerResult
- Inherited Members
Constructors
LicenseCheckerResult(License)
Initializes a new instance.
public LicenseCheckerResult(License license)
Parameters
license
LicenseThe checked license.
Properties
CommandCount
The command count.
public long CommandCount { get; set; }
Property Value
InputCount
The input (argument and option) count.
public long InputCount { get; set; }
Property Value
License
The valid license.
public License License { get; }
Property Value
TerminalCount
The terminal count.
public long TerminalCount { get; set; }