Xceed .NET Libraries Documentation
SfxPrefix Constructor(AbstractFile)


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.
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

Reference

SfxPrefix Class
SfxPrefix Members
Overload List