Nevron Open Vision Documentation
Nevron.Nov.Threading Namespace / NThread Class / IsMainThread Property


In This Topic
    IsMainThread Property
    In This Topic
    Gets whether the current thread is the main thread, also known as the UI thread.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property IsMainThread As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    value = NThread.IsMainThread
    public static System.bool IsMainThread {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also