The members of MonoMac.Foundation.NSTask are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
NSTask() | Default constructor, initializes a new instance of this class. | |
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| Arguments | string[]. Documentation for this section has not yet been entered. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CurrentDirectoryPath | string. Documentation for this section has not yet been entered. | |
| Environment | NSDictionary. Documentation for this section has not yet been entered. | |
| [read-only] | IsRunning | bool. Documentation for this section has not yet been entered. |
| LaunchPath | string. Documentation for this section has not yet been entered. | |
| [read-only] static | NSTaskDidTerminateNotification | NSString. Notification constant for NSTaskDidTerminate |
| [read-only] | ProcessIdentifier | int. Documentation for this section has not yet been entered. |
| StandardError | NSObject. Documentation for this section has not yet been entered. | |
| StandardInput | NSObject. Documentation for this section has not yet been entered. | |
| StandardOutput | NSObject. Documentation for this section has not yet been entered. | |
| [read-only] | TerminationReason | NSTaskTerminationReason. Documentation for this section has not yet been entered. |
| [read-only] | TerminationStatus | int. Documentation for this section has not yet been entered. |
Interrupt()Documentation for this section has not yet been entered. | ||
Launch()Documentation for this section has not yet been entered. | ||
static | LaunchFromPath(string, string[])Documentation for this section has not yet been entered. | |
Resume()Documentation for this section has not yet been entered. | ||
Suspend()Documentation for this section has not yet been entered. | ||
Terminate()Documentation for this section has not yet been entered. | ||
WaitUntilExit()Documentation for this section has not yet been entered. | ||