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
CommandGroupCount
The grouped command count.
public long CommandGroupCount { get; set; }
Property Value
License
The valid license.
public License License { get; }
Property Value
OptionCount
The option count.
public long OptionCount { get; set; }
Property Value
RootCommandCount
The root command count.
public long RootCommandCount { get; set; }
Property Value
SubCommandCount
The sub command count.
public long SubCommandCount { get; set; }
Property Value
TerminalCount
The terminal count.
public long TerminalCount { get; set; }