Java.Lang.ProcessBuilder.RedirectErrorStream Method
Indicates whether the standard error should be redirected to standard output.

Syntax

[Android.Runtime.Register("redirectErrorStream", "()Z", "")]
public bool RedirectErrorStream ()

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates whether the standard error should be redirected to standard output. If redirected, the Process.ErrorStream will always return end of stream and standard error is written to Process.InputStream.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1