Programming with Reflection

image\rwnprg32.gif CommandLineSwitches property

 

Syntax

object.CommandLineSwitches

Works with

image\r124.gif

Data type

String

 

Description

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

Values

This property is read-only.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property