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



stream
count

Glossary Item Box

Syntax

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

Parameters

stream
count

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