Subsystem.SearchPath Property

This property's value is a list of strings specifying directories to be searched when a real-time process calls LoadLibrary or RtCreateProcess and does not pass an absolute pathname to the RTDLL or RTSS file. Each element of this array must be an absolute path ending with a '\' character.

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

Syntax
public string[] SearchPath { get; set; }

Property Value

Type: String

Implements

IConfigSubsystemSearchPath
See Also