Java.Lang.Process Members

The members of Java.Lang.Process are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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.

Public Methods

abstract
Destroy()
Terminates this process and closes any associated streams.
abstract
ExitValue() : int
Returns the exit value of the native process represented by this object.
abstract
WaitFor() : int
Causes the calling thread to wait for the native process associated with this object to finish executing.
WaitForAsync() : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.