Class for command line argument processing
Declaring type: CommandLineParameters
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Public Constructors
  Name Description
Public Method CommandLineParameters Overloaded. Constructor
Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method CheckForLeftovers Check for parameters that have not been processed yet
Public Method GetRemoveBool Overloaded. Get the value of a boolean parameter from the collection and remove the corresponding key-value pair
Public Method GetRemoveDouble Overloaded. Get a double value from the parameters
Public Method GetRemoveFloat Overloaded. Get a float value from the parameters
Public Method GetRemoveInt32 Overloaded. Get the value of an integer parameter from the collection and remove the corresponding key-value pair
Public Method GetRemoveInt32List Overloaded. Get the values of an integer list parameter from the collection and remove the corresponding key-value pair
Public Method GetRemoveString Overloaded. Get a string parameter
Public Method GetRemoveUInt32 Overloaded. Get and remove an unsigned integer
Collapse/Expand Protected Methods
  Name Description
Protected Method AddArgumentsFromFile Add key-value pairs from a text file to the collection