nsILocalHandlerApp is a local OS-level executable
Clears the current list of command line parameters.
Appends a command line parameter to the command line
parameter list.
param | the parameter to add. |
Retrieves a specific command line parameter.
@throw NS_ERROR_INVALID_ARG if the index is out of range.
param | the index of the parameter to return. |
the parameter string. |
Checks to see if a parameter exists in the command line
parameter list.
param | the parameter to search for. |
TRUE if the parameter exists in the current list. |
Pointer to the executable file used to handle content
Returns the current number of command line parameters.