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



stream
offset
count

Glossary Item Box

Syntax

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

Parameters

stream
offset
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