PMonitor 1.0.1

dotnet add package PMonitor --version 1.0.1
NuGet\Install-Package PMonitor -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PMonitor" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PMonitor --version 1.0.1
#r "nuget: PMonitor, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.1 2,048 2/15/2016
1.0.0 1,941 2/12/2016

Extracted IProcessMonitor interface in order to promote unit testing. AbstractProcessMonitor now implements IProcessMonitor.