WindowStream Constructor(Stream,Int64,Boolean)
See Also 
SourceCode.IO Namespace > WindowStream Class > WindowStream Constructor : WindowStream Constructor(Stream,Int64,Boolean)



stream
count
closeStream

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal stream As Stream, _
   ByVal count As Long, _
   ByVal closeStream As Boolean _
)
Visual Basic (Usage) Copy Code
Dim stream As Stream
Dim count As Long
Dim closeStream As Boolean
 
Dim instance As New WindowStream(stream, count, closeStream)
C#  
public WindowStream( 
   Stream stream,
   long count,
   bool closeStream
)
C++/CLI  
public:
WindowStream( 
   Stream^ stream,
   int64 count,
   bool closeStream
)

Parameters

stream
count
closeStream

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also