Class ROptions
More parameters for run.it.
public class ROptions
Remarks
Implicit conversion from string sets ROptions.CurrentDirectory.
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| CurrentDirectory | Initial current directory for the new process.
If |
| FlagsAdd | Flags to add to SHELLEXECUTEINFO field fMask. Default flags: SEE_MASK_NOZONECHECKS, SEE_MASK_NOASYNC, SEE_MASK_NOCLOSEPROCESS, SEE_MASK_CONNECTNETDRV, SEE_MASK_UNICODE, SEE_MASK_FLAG_NO_UI (if no flag ShowErrorUI), SEE_MASK_NO_CONSOLE (if no flag WaitForExit), SEE_MASK_FLAG_LOG_USAGE (if flag MostUsed); also SEE_MASK_INVOKEIDLIST if need. |
| FlagsRemove | Flags to remove from SHELLEXECUTEINFO field fMask. Default flags: see ROptions.FlagsAdd. |
| 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) |