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.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool IsAppRunnable(
	string applicationPath,
	string featureName,
	uint majorVersion
)

Parameters

applicationPath
Type: SystemString
Absolute path to an RTSS application.
featureName
Type: SystemString
A string specifying a product feature code.
majorVersion
Type: SystemUInt32
Major version of the

Return Value

Type: Boolean
See Also