Java.Lang.Process.OutputStream Property
Returns an output stream that is connected to the standard input stream (stdin) of the native process represented by this object.

Syntax

[get: Android.Runtime.Register("getOutputStream", "()Ljava/io/OutputStream;", "GetGetOutputStreamHandler")]
public abstract System.IO.Stream OutputStream { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an output stream that is connected to the standard input stream (stdin) of the native process represented by this object.

[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