You are here: Start » AVL.NET » AVL.DebugPreviewCloseAllWindows

AVL.DebugPreviewCloseAllWindows

Closes all active debug preview windows and terminates preview window subsystem.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DebugPreviewCloseAllWindows()

Description

This function will close all active preview windows, terminate background message pump thread and free debug preview subsystem resources.

After call to this function all preview window state objects become invalid.

See also