Java.Lang.Process: Property Members

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

Public Properties

[read-only]
abstract
ErrorStreamSystem.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
InputStreamSystem.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
OutputStreamSystem.IO.Stream. Returns an output stream that is connected to the standard input stream (stdin) of the native process represented by this object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.