Nevron Open Vision Documentation
Nevron.Nov.Threading Namespace / NThread Class
Members


In This Topic
    NThread Class
    In This Topic
    Abstract class for NOV threads. Should be implemented by hosts as a platform specific thread wrapper.
    Object Model
    NThread Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NThread 
    'Usage
     
    
    Dim instance As NThread
    public abstract class NThread 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Threading.NThread
          Nevron.Nov.Internal.IrKI
          Nevron.Nov.Internal.IUGG

    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