public class Process extends Object:
| Modifier and Type | Member | Description |
|---|---|---|
| public static readonly | currentcurrent as Process |
Returns the current process. |
| Modifier and Type | Member | Description |
|---|---|---|
| public property | PIDPID as UInt: |
Operating-system process identifier. |
| Modifier and Type | Member | Description |
|---|---|---|
| public static | executeexecute(commandLine as List<String>, inputString as String = null) as ProcessResults: |
Executes a command line. |