Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NBinaryStreamWriter Class / NBinaryStreamWriter Constructor / NBinaryStreamWriter Constructor(Stream,Int32)


In This Topic
    NBinaryStreamWriter Constructor(Stream,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal KOSb As System.IO.Stream, _
       ByVal lOSb As System.Integer _
    )
    'Usage
     
    
    Dim KOSb As System.IO.Stream
    Dim lOSb As System.Integer
     
    Dim instance As New NBinaryStreamWriter(KOSb, lOSb)
    internal NBinaryStreamWriter( 
       System.IO.Stream KOSb,
       System.int lOSb
    )

    Parameters

    KOSb
    lOSb
    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