Skip to content
Cédric Belin edited this page Feb 23, 2025 · 1 revision

Find the instances of an executable in the system path, in C#.

Quick start

Install the latest version of Which for .NET with NuGet package manager:

# At the root of your project folder...
dotnet add package Belin.Which

For detailed instructions, see the installation guide.

Usage

Clone this wiki locally