EventReader.PIDToPathname Property

This is a read-only property that returns a Dictionary that maps a real-time PID to the absolute pathname of the process's main module (i.e., the RTSS application).

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

Syntax
public Dictionary<uint, string> PIDToPathname { get; }

Property Value

Type: DictionaryUInt32, String
See Also