Product.SDKInstallDirectories Property

Read-only. Returns a List<string> containing the paths of the RTX64 SDK installation directories. If no RTX64 SDK 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[] SDKInstallDirectories { get; }

Property Value

Type: String

Implements

IConfigProductSDKInstallDirectories
See Also