IConfigLicenseInfo Interface

This interface is the abstraction of the concrete implementation by class LicenseInfo.

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public interface IConfigLicenseInfo

 

The IConfigLicenseInfo type exposes the following members.

Properties

  Name Description

Public property

Edition

See property Edition.

Public property

ExpirationDate

See property ExpirationDate.

Public property

ExpirationDays

See property ExpirationDays.

Public property

FeatureName

See property FeatureName.

Public property

HostId

See property HostId.

Public property

IsEvaluation

See property IsEvaluation.

Public property

IsExpired

See property IsExpired.

Public property

IssuedDate

See property IssuedDate.

Public property

LicensedProcessors

See property LicensedProcessors.

Public property

Version

See property Version.

Methods

  Name Description

Public method

ToString

See method ToString.

See Also: