Handles the command line arguments passed when the process was started.
| C# | Visual Basic | Visual C++ |
public static bool HandleCommandLineArguments()
Public Shared Function HandleCommandLineArguments As Boolean
public: static bool HandleCommandLineArguments()
Boolean
true if an action was taken according to the passed command line arguments and execution should not be continued (e.g. when the help text should be shown or when the configuration parameters should be listed); otherwise false.
true if an action was taken according to the passed command line arguments and execution should not be continued (e.g. when the help text should be shown or when the configuration parameters should be listed); otherwise false.
Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)