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

Syntax

[get: Android.Runtime.Register("getInputStream", "()Ljava/io/InputStream;", "GetGetInputStreamHandler")]
public abstract System.IO.Stream InputStream { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an input stream that is connected to the standard output stream (stdout) 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