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 Stream InputStream { get; }
public abstract Stream InputStream { get; }
Remarks
Returns an input stream that is connected to the standard output stream (stdout) of the native process represented by this object.
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1