Show / Hide Table of Contents

Method process.thisThreadHasMessageLoop(+ 1 overload)


Overload

Returns true if this thread has a .NET message loop (winforms or WPF).

public static bool thisThreadHasMessageLoop(out bool isWPF)
Parameters
isWPF  (bool)

Has WPF message loop and no winforms message loop.

Returns
bool

See Also

wnd.getwnd.threadWindows

Overload(top)

public static bool thisThreadHasMessageLoop()
Returns
bool