Product.IsRuntimeLicensed Method
Returns true if a valid wRTOS Runtime license exists for the given major version of the Runtime.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public bool IsRuntimeLicensed(
int majorVersion
)
Parameters
majorVersion
Type: System.Int32
The major version of the wRTOS Runtime for which a license must exist. If this is zero, the major version of the currently-installed Runtime is used.
Return Value
Type: Boolean
See Also: