Rich collection of WshArgument objects
| Property | Description |
| Count | Returns the number of command-line parameters belonging to a script (the number of items in an argument's collection |
| Named | Returns a collection of named arguments |
| Unnamed | Returns a collection of unnamed arguments |
| Method | Description |
| Item | Exposes a specified item from a collection |
| ShowUsage | Makes a script self-documenting by displaying information about how it should be used |