RtProcess.EnumerateProxyProcesses Method (List<RtProcess>)

Enumerates the running RTSS proxy processes. This method will return a maximum of 1000 proxy processes. If more than 1000 proxy processes exist, only 1000 will be returned. The given parameter is updated to contain one RtProcess object for each RTK proxy process. This allows the client to distinguish between Windows proxy processes and RTK proxy processes.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.Diagnostics
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public static List<Process> EnumerateProxyProcesses(
    List<RtProcess> rtkProcesses
)

Parameters

rtkProcesses

Type: System.Collections.Generic.List.RtProcess
Optional list of RtkProcess.

Return Value

Type: List.Process
Array running Windows processors linked to RTAPI.

See Also: