EventReader.GetProcessPathnameByPID Method

Returns the absolute pathname of the main module (the RTSS file) of the real-time process having the process ID specified by parameter pid.

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

Syntax
public string GetProcessPathnameByPID(
	uint pid
)

Parameters

pid
Type: SystemUInt32

Return Value

Type: String
See Also