ProcessBuilder.Redirect.Inherit Property

Definition

Gets the redirect that inherits the corresponding stream from the parent process.

[Android.Runtime.Register("INHERIT", ApiSince=26)]
public static Java.Lang.ProcessBuilder.Redirect Inherit { get; }
[<Android.Runtime.Register("INHERIT", ApiSince=26)>]
static member Inherit : Java.Lang.ProcessBuilder.Redirect

Property Value

The redirect that inherits the corresponding stream from the parent process.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to