Product.IsRuntimeLicensed Method

Returns true if a valid RTX64 Runtime license exists for the given major version of the Runtime.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool IsRuntimeLicensed(
	int majorVersion
)

Parameters

majorVersion

The major version of the RTX64 Runtime for which a license must exist. If this is zero, the major version of the currently-installed Runtime is used.

Type: SystemInt32

Return Value

Type: Boolean
See Also