SizeLimitedStream Constructor(Stream)
See Also 
SourceCode.IO Namespace > SizeLimitedStream Class > SizeLimitedStream Constructor : SizeLimitedStream Constructor(Stream)



target

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal target As Stream _
)
Visual Basic (Usage) Copy Code
Dim target As Stream
 
Dim instance As New SizeLimitedStream(target)
C#  
public SizeLimitedStream( 
   Stream target
)
C++/CLI  
public:
SizeLimitedStream( 
   Stream^ target
)

Parameters

target

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