Table of Contents

Property IsAppThread

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsAppThread

Gets whether current thread is the thread which was used to initialize the application. It is better to use platform specific ways to get whether current thread is UI thread.

public static bool IsAppThread { get; }

Property Value

bool