Product.RuntimeVersion Property

Read-only. Returns a human-readable version string for the RTX64 Runtime. If the Runtime is not installed, returns null.

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

Syntax
public string RuntimeVersion { get; }

Property Value

Type: String

Implements

IConfigProductRuntimeVersion
See Also