System.Diagnostics.Executables 1.0.1

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

// Install System.Diagnostics.Executables as a Cake Tool
#tool nuget:?package=System.Diagnostics.Executables&version=1.0.1

Adds a new type of process with the
type name "ExecutableProcess",
allowing any type of file to be
started straight from the exe that is
associated with it's filetype.
While you can already start files using "Process.Start",
this allows files to be used in the
context of the program, allowing
"UseShellExecute" and related
systems to work properly when
starting non-executable filetypes.
One key feature that this gives you
is the ability to hide any process you
want to start that you couldn't
normally hide without complex
code. Simply put, this package
eliminates some weird things
that you may have to deal with
when using the normal process
class. I don't expect this package to
be used by most people,
because it probably won't help
most people, but for anyone who
knows about the issue that
I'm talking about, this package
should solve that issue.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
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.2 1,556 4/7/2017
1.0.1 1,038 4/7/2017
1.0.0 1,076 4/7/2017