<PackageReference Include="System.Runtime.Handles" Version="4.0.1-beta-23409" />

HandleInheritability

public enum HandleInheritability
Specifies whether the underlying handle is inheritable by child processes.

Specifies that the handle is inheritable by child processes.

None = 0

Specifies that the handle is not inheritable by child processes.