On this page
LibTmux.TmuxCommand
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Chaining/TmuxCommand.cs
-
One tmux command and the arguments it carries.
9 declared, 0 inherited
Members
- Create method Creates a command from its name and arguments.
- Deconstruct method Deconstructs the command into its name and arguments.
- Equals method
- GetHashCode method
- TmuxCommand method Initializes a tmux command.
- ToArguments method Returns this command the way tmux receives it.
- Arguments property Gets the arguments, separated as tmux will receive them.
- Name property Gets the tmux command name.
- RequiredGeneration property Gets the server generation this command's target belongs to.