ChildProcesses 1.2.5576.41417

There is a newer version of this package available.
See the version list below for details.
dotnet add package ChildProcesses --version 1.2.5576.41417
NuGet\Install-Package ChildProcesses -Version 1.2.5576.41417
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="ChildProcesses" Version="1.2.5576.41417" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ChildProcesses --version 1.2.5576.41417
#r "nuget: ChildProcesses, 1.2.5576.41417"
#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 ChildProcesses as a Cake Addin
#addin nuget:?package=ChildProcesses&version=1.2.5576.41417

// Install ChildProcesses as a Cake Tool
#tool nuget:?package=ChildProcesses&version=1.2.5576.41417

ChildProcesses is a child process management library for the .NET Framework.
     It allows to create child processes, and provides bidirectional extendable interprocess communication based on WCF and NamedPipes out of the box.
     Child and parent processes monitor each other and notify about termination or other events.
     Child processes are an alternative to AppDomains when parent must continue if the child crashes.
     It is also possible to mix 32Bit and 64 Bit processes.

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 (2)

Showing the top 2 NuGet packages that depend on ChildProcesses:

Package Downloads
ChildProcesses.VisualStudioDebug

Visual Studio Debug Helper for ChildProcesses attaches the Visual Studio debugger automatically to any started child process with the ChildProcesses library.

CrawlerLib.Service.Base

The Crawler-Lib Service Base is a foundation for the development of Windows Services, Cloud Services and Linux Daemons.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.5577.529 10,413 4/9/2015
1.2.5576.41417 1,339 4/8/2015
1.2.5401.23935 2,831 10/15/2014
1.2.5392.43052 1,415 10/7/2014
1.0.2 1,722 6/20/2012
1.0.1 1,402 6/20/2012
1.0.0 1,375 6/14/2012

* Change watchdog thread to background thread
     * Start and shutdown watchdog thread in ChildProcessManager when child processes start / stop
     
     
     Release 1.0.4 breaking changes:

     - ProcessWatchdog() is removed, the ProcessInstance class (ChildProcessManager, ChildProcessInstance) introduces an internal watchdog thread.

     - The ProcessInstance class (ChildProcessManager, ChildProcessInstance) implements the IDisposable interface to shut the instance down
     - ProcessStateChangedAction is renamed in ProcessStateChangedEnum