Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / XceedSfxPrefix Class / XceedSfxPrefix Constructor
A reference to an Xceed.FileSystem.AbstractFile object representing the Xceed self-extractor binary that will be used to create self-extracting zip files.


In This Topic
    XceedSfxPrefix Constructor
    In This Topic
    Initializes a new instance of the XceedSfxPrefix class specifying the source self-extractor binary.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sourceModule As AbstractFile _
    )
    'Usage
     
    Dim sourceModule As AbstractFile
     
    Dim instance As New XceedSfxPrefix(sourceModule)
    public XceedSfxPrefix( 
       AbstractFile sourceModule
    )

    Parameters

    sourceModule
    A reference to an Xceed.FileSystem.AbstractFile object representing the Xceed self-extractor binary that will be used to create self-extracting zip files.
    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