Xceed Real-Time Zip for .NET Documentation
CreateWrite(FileShare) Method


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class > CreateWrite Method : CreateWrite(FileShare) Method
Syntax
'Declaration
 
Public Overloads Function CreateWrite( _
   ByVal share As FileShare _
) As Stream
'Usage
 
Dim instance As ZippedFile
Dim share As FileShare
Dim value As Stream
 
value = instance.CreateWrite(share)
public Stream CreateWrite( 
   FileShare share
)

Parameters

share
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

Reference

ZippedFile Class
ZippedFile Members
Overload List