The members of Java.Lang.Process are listed below.
See Also: Inherited members from Java.Lang.Object
Process() |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
abstract | Destroy()Terminates this process and closes any associated streams. | |
abstract | ExitValue()Returns the exit value of the native process represented by this object. | |
abstract | WaitFor()Causes the calling thread to wait for the native process associated with this object to finish executing. | |
WaitForAsync()Documentation for this section has not yet been entered. |