The ShellCommandEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAction
Gets or sets a delegate to run the specified command.
Public propertySupported by the .NET Compact FrameworkArguments
Gets the arguments of the command to be executed.
Public propertySupported by the .NET Compact FrameworkCommand
Gets the name of the command to be executed.
Public propertySupported by the .NET Compact FrameworkExitCode
Gets or sets the exit code. Only used for commands processed inside the event handler.
Public propertySupported by the .NET Compact FrameworkRawArguments
Gets the arguments of the command in raw unparsed format.
Public propertySupported by the .NET Compact FrameworkSession
Gets server session.
Public propertySupported by the .NET Compact FrameworkSubsystemName
Returns subsystem name (or null if using the default shell subsystem).
Public propertySupported by the .NET Compact FrameworkUser
User on behalf of whom the command is being executed.

See Also