public static bool TryGetTcpProcessRecords( ProcessImage image, out IReadOnlyList<TcpProcessRecord> connections )
Parameters
- image
- The image.
- connections
- The connections if the process still exists and is communicating.
Return Value
true
if any connections are found, false
otherwise.