Type: IDebugService
Summary:
Remarks:
ShowToolbar
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowToolbar();
HideToolbar
Summary:
Example:
This example shows you how to use this method:
Client.Debug.HideToolbar();
ShowOutput
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowOutput();
ShowScriptEditor
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowScriptEditor();
ShowMemoryProfiling
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowMemoryProfiling();
ShowMonitorAnalyser
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowMonitorAnalyser();
ShowControlWatcher
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowControlWatcher();
ShowVisualTree
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowVisualTree();
ShowLiveValues
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ShowLiveValues();
OpenLogFile
Summary:
Example:
This example shows you how to use this method:
Client.Debug.OpenLogFile();
GarbageCollect
Summary:
Example:
This example shows you how to use this method:
Client.Debug.GarbageCollect();
ExitApplication
Summary:
Example:
This example shows you how to use this method:
Client.Debug.ExitApplication();
Trace(System.String)
Summary:
Parameters:
Example:
This example shows you how to use this method:
Client.Debug.Trace("this is a test");