Java.Lang.ProcessBuilder.RedirectErrorStream Method
Changes the state of whether or not standard error is redirected to standard output.

Syntax

[Android.Runtime.Register("redirectErrorStream", "(Z)Ljava/lang/ProcessBuilder;", "")]
public ProcessBuilder RedirectErrorStream (bool redirectErrorStream)

Parameters

redirectErrorStream
true to redirect standard error, false otherwise.

Returns

Documentation for this section has not yet been entered.

Remarks

Changes the state of whether or not standard error is redirected to standard output.

[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