Enum PSFormat
Used with ParamStringAttribute to specify string parameter format.
public enum PSFormat
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| CodeFile | Name or path of a script or class file in current workspace. |
| FileInWorkspace | Name or path of any file or folder in current workspace. |
| Hotkey | Hotkey, except triggers. |
| HotkeyTrigger | Hotkey trigger. |
| Keys | Keys. See keys.send. |
| NetRegex | .NET regular expression. |
| None | |
| Regexp | PCRE regular expression. |
| RegexpReplacement | PCRE regular expression replacement string. |
| TriggerMod | Trigger modifiers without key. |
| Wildex |