Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / SfxPrefix Class / SfxPrefix Constructor / SfxPrefix Constructor(AbstractFile)
A reference to an Xceed.FileSystem.AbstractFile object representing the SFX binary that will be used as the zip file's prefix.


In This Topic
    SfxPrefix Constructor(AbstractFile)
    In This Topic
    Initializes a new instance of the SfxPrefix class specifying the SFX source binary to use as the zip file's prefix.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sfxModule As AbstractFile _
    )
    'Usage
     
    Dim sfxModule As AbstractFile
     
    Dim instance As New SfxPrefix(sfxModule)
    public SfxPrefix( 
       AbstractFile sfxModule
    )

    Parameters

    sfxModule
    A reference to an Xceed.FileSystem.AbstractFile object representing the SFX binary that will be used as the zip file's prefix.
    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