Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / SfxPrefix Class / SetSourceModule Method
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
    SetSourceModule Method
    In This Topic
    Sets the SFX source binary that will be used as the zip file's prefix.
    Syntax
    'Declaration
     
    Public Sub SetSourceModule( _
       ByVal sfxModule As AbstractFile _
    ) 
    'Usage
     
    Dim instance As SfxPrefix
    Dim sfxModule As AbstractFile
     
    instance.SetSourceModule(sfxModule)
    public void SetSourceModule( 
       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