Reflection
TraceSessionStart Property


Gets or sets the Reflection Trace utility to begin tracing the moment Reflection starts.
Syntax
'Declaration
 
Property TraceSessionStart As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.TraceSessionStart = value
 
value = instance.TraceSessionStart
bool TraceSessionStart {get; set;}

Property Value

The default value is false.
Remarks
This is useful for troubleshooting Reflection, because the utility gathers data before the settings files are loaded or macros are executed.

Use TraceFileName to specify a filename and TraceFolder to specify a location.

See Also