public static string ReadParameter (string paramName);

Parámetros

paramNameSpecific name of a command line parameter.

Valor de retorno

string The parameter value. If empty, the parameter wasn't used on the command line.

Descripción

A utility function to read command line arguments passed to the current process.