Info
Version: | 0.4.7.2 |
Author(s): | havendv |
Last Update: | Friday, December 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HavenDV/H.Containers |
NuGet Url: | https://www.nuget.org/packages/H.Containers.Process |
Install
Install-Package H.Containers.Process
dotnet add package H.Containers.Process
paket add H.Containers.Process
H.Containers.Process Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- H.Containers.Process.Core(>= 0.4.7)
- H.Containers(>= 0.2.1)
- H.IO(>= 1.0.1)
- H.Containers.Process.Core(>= 0.4.7)
- H.Containers(>= 0.2.1)
- H.IO(>= 1.0.1)
- H.Containers.Process.Core(>= 0.4.7)
- H.Containers(>= 0.2.1)
- H.IO(>= 1.0.1)
Tags
- You can run any object in another process in several lines
- The created object looks like a real one (see ProxyFactory)
- Full control - you can kill the process at any time and interrupt the execution of any code and free the libraries used
Limitations:
- Currently installed .Net Framework 4.6.1/.Net Framework 4.8/.Net Core 3.1/.Net 5.0 is required to start the process.