Interface IProcessTracker
- Namespace
- Fluxzy.Utils.ProcessTracking
- Assembly
- Fluxzy.Core.dll
Provides functionality to retrieve process information from a local port number.
public interface IProcessTracker
Methods
GetProcessInfo(int)
Retrieves process information for the process bound to the specified local port.
ProcessInfo? GetProcessInfo(int localPort)
Parameters
localPortintThe local port number to look up.
Returns
- ProcessInfo
Process information if found; otherwise, null.