The ShellCommandEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Action |
Gets or sets a delegate to run the specified command.
| |
Arguments |
Gets the arguments of the command to be executed.
| |
Command |
Gets the name of the command to be executed.
| |
ExitCode |
Gets or sets the exit code. Only used for commands processed inside the event handler.
| |
RawArguments |
Gets the arguments of the command in raw unparsed format.
| |
Session |
Gets server session.
| |
SubsystemName |
Returns subsystem name (or null if using the default shell subsystem).
| |
User |
User on behalf of whom the command is being executed.
|