PMonitor 1.0.1
dotnet add package PMonitor --version 1.0.1
NuGet\Install-Package PMonitor -Version 1.0.1
<PackageReference Include="PMonitor" Version="1.0.1" />
paket add PMonitor --version 1.0.1
#r "nuget: PMonitor, 1.0.1"
// Install PMonitor as a Cake Addin #addin nuget:?package=PMonitor&version=1.0.1 // Install PMonitor as a Cake Tool #tool nuget:?package=PMonitor&version=1.0.1
Do you need to know the status of various processes running on your machine? Do you need to display the status of various processes to the user in a console or web application? Do you need to notify users when some critical process is not running? If you answer yes to any of the questions above, then this library is for you.
Highlights:
- Compatibility with Linux. You can deploy the application on a Linux machine where it will run under the Mono framework.
- Ease of use. You do not need to write more than a couple of lines of code.
- Flexibility. You can change the default behavior of the built in monitors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Extracted IProcessMonitor interface in order to promote unit testing. AbstractProcessMonitor now implements IProcessMonitor.