JobObjectWrapper 2.0.2
dotnet add package JobObjectWrapper --version 2.0.2
NuGet\Install-Package JobObjectWrapper -Version 2.0.2
<PackageReference Include="JobObjectWrapper" Version="2.0.2" />
paket add JobObjectWrapper --version 2.0.2
#r "nuget: JobObjectWrapper, 2.0.2"
// Install JobObjectWrapper as a Cake Addin #addin nuget:?package=JobObjectWrapper&version=2.0.2 // Install JobObjectWrapper as a Cake Tool #tool nuget:?package=JobObjectWrapper&version=2.0.2
Attention: You must have either X86 or x64 set as your build platform in order to reference these binaries!!! (Any CPU is not supported)
A job object allows a group of processes to be managed as a unit. Job objects are namable, securable, sharable objects that control attributes of and assign limits to the processes associated with them. Operations performed on the job object affect all processes associated with the job object. JobObjectWrapper is a .NET abstraction over the Win32 Job Object. With this library you can create job objects, create and assign a process to the job, control process and job limits, and register for the various process- and job-related notification events.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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 |
---|---|---|
2.0.2 | 4,378 | 9/17/2017 |
You must have either X86 or x64 set as your build platform in order to reference these binaries.