Nevron Open Vision Documentation
Nevron.Nov Namespace / NDebug Class / IOUd Method


In This Topic
    IOUd Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Diagnostics.ConditionalAttribute("DEBUG")>
    Friend Shared Sub IOUd( _
       ByVal jOUd As lOUd, _
       ByVal KOUd As System.String _
    ) 
    'Usage
     
    
    Dim jOUd As lOUd
    Dim KOUd As System.String
     
    NDebug.IOUd(jOUd, KOUd)
    [System.Diagnostics.Conditional("DEBUG")]
    internal static void IOUd( 
       lOUd jOUd,
       System.string KOUd
    )

    Parameters

    jOUd
    KOUd
    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