Class ROptions
More parameters for run.it.
public class ROptions
Remarks
Implicit conversion from string sets ROptions.CurrentDirectory.
Namespace: Au.Types
Assembly: Au.dll
Inheritance
Fields
| Name | Description |
|---|---|
| CurrentDirectory | Initial current directory for the new process.
If |
| FlagsAdd | Flags to add to SHELLEXECUTEINFO field |
| FlagsRemove | Flags to remove from SHELLEXECUTEINFO field |
| OwnerWindow | Owner window for error message boxes. Also, new window should be opened on the same screen, but many programs ignore it. |
| Verb | File's right-click menu command, also known as verb. For example |
| WindowState | Preferred window state. Many programs ignore it. |
Operators
| Name | Description |
|---|---|
| implicit operator ROptions(string) |