Programming with Reflection
CommandLineSwitches property
Syntax |
object.CommandLineSwitches |
Works with |
|
Data type |
Returns the startup command line switches used to launch Reflection. The returned string includes everything following the name of the Reflection executable file. For example, if Reflection was started with the following command line:
"C:\Program Files\Attachmate\Reflection\R1win.exe" /S Setfile.r1w /LAYOUT Mylayout.rlo
The returned value for CommandLineSwitches will be:
/S Setfile.r1w /LAYOUT Mylayout.rlo
This property is read-only.