Version: 2022.1
언어: 한국어
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.