Table of Contents

Class LicenseCheckerResult

Namespace
OneImlx.Terminal.Licensing
Assembly
OneImlx.Terminal.dll

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 License

The checked license.

Properties

CommandCount

The command count.

public long CommandCount { get; set; }

Property Value

long

InputCount

The input (argument and option) count.

public long InputCount { get; set; }

Property Value

long

License

The valid license.

public License License { get; }

Property Value

License

TerminalCount

The terminal count.

public long TerminalCount { get; set; }

Property Value

long