Product.IsAppRunnable Method
This function returns whether the specified RTSS application binary can run. This means it has been built to run with the provided license feature and that there is a valid license for the feature on the system.
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
public bool IsAppRunnable(
string applicationPath,
string featureName,
uint majorVersion
)
Parameters
applicationPath
Type: System.String
Absolute path to an RTSS application.
featureName
Type: System.String
A string specifying a product feature code.
majorVersion
Type: System.UInt32
The major version of the licensed feature.
Return Value
Type: Boolean
See Also: