Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZippedFolder Class / GZippedFolder Constructor / GZippedFolder Constructor(FileSystemEvents,Object,AbstractFile)


In This Topic
    GZippedFolder Constructor(FileSystemEvents,Object,AbstractFile)
    In This Topic
    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