Table of Contents

Class ProcessTracker

Namespace
Fluxzy.Utils.ProcessTracking
Assembly
Fluxzy.Core.dll

Provides process tracking functionality using platform-specific APIs. Supports Windows, Linux, and macOS.

public sealed class ProcessTracker : IProcessTracker
Inheritance
ProcessTracker
Implements
Inherited Members

Fields

Instance

Default instance of the process tracker.

public static readonly ProcessTracker Instance

Field Value

ProcessTracker

Methods

GetProcessInfo(int)

Retrieves process information for the process bound to the specified local port.

public ProcessInfo? GetProcessInfo(int localPort)

Parameters

localPort int

The local port number to look up.

Returns

ProcessInfo

Process information if found; otherwise, null.