Version: 2022.3
public static string ReadParameter (string paramName);

参数

paramName Specific name of a command line parameter.

返回

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

描述

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