Xceed .NET Libraries Documentation
GZippedFolder Constructor(FileSystemEvents,Object,AbstractFile)


Xceed.GZip Assembly > Xceed.GZip Namespace > GZippedFolder Class > GZippedFolder Constructor : GZippedFolder Constructor(FileSystemEvents,Object,AbstractFile)
This method is reserved for internal use and is not intended to be used directly from your code. Create a new GZipArchive instead.
Syntax
'Declaration
 
Protected Function New( _
   ByVal events As FileSystemEvents, _
   ByVal userData As Object, _
   ByVal gzipFile As AbstractFile _
)
'Usage
 
Dim events As FileSystemEvents
Dim userData As Object
Dim gzipFile As AbstractFile
 
Dim instance As New GZippedFolder(events, userData, gzipFile)
protected GZippedFolder( 
   FileSystemEvents events,
   object userData,
   AbstractFile gzipFile
)

Parameters

events
userData
gzipFile
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

GZippedFolder Class
GZippedFolder Members
Overload List