The properties of Java.Lang.Process are listed below. For a list of all members, see the Process Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] abstract | ErrorStream | System.IO.Stream. Returns an input stream that is connected to the error stream (stderr) of the native process represented by this object. |
[read-only] abstract | InputStream | System.IO.Stream. Returns an input stream that is connected to the standard output stream (stdout) of the native process represented by this object. |
[read-only] abstract | OutputStream | System.IO.Stream. Returns an output stream that is connected to the standard input stream (stdin) of the native process represented by this object. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |