Programming with Reflection
Exit method
Syntax object.Exit
You cannot use this method in Visual Basic macros because of conflicts with Visual Basic Exit keywords; use the newer Quit method. This method is still supported in Reflection Basic scripts and on the Reflection command line.
Exits Reflection. What Reflection does when you execute this command depends on the configured values for the SaveChanges and QueryExit properties. If you are recording or tracing, The Stop Recording or Stop Trace dialog box opens first.
None.