Skip to content

v0.14.0

Compare
Choose a tag to compare
@asmichi asmichi released this 03 May 09:09
· 37 commits to master since this release

Binary Breaking Changes

  • (Non-Windows) ChildProcessFlags.DisableArgumentQuoting now results in a PlatformNotSupportedException.

New Features

  • (Windows) Add the ability to obtain the process handle and the primary thread handle of the child process: ChildProcessFlags.EnableHandle, IChildProcess.Handle, IChildProcess.PrimaryThreadHandle
  • (Windows) Add the ability to create the child process with the CREATE_SUSPENDED flag