Xceed .NET Libraries Documentation
SetInternalSourceModule Method (XceedSfxPrefix)


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : SetInternalSourceModule Method
A reference to an Xceed.FileSystem.MemoryFile object representing the self-extractor binary that will be used to create self-extracting zip files.
Sets a reference to the source binary and reads the SFX configuration if one is available.
Syntax
'Declaration
 
Protected Overrides Sub SetInternalSourceModule( _
   ByVal sourceModule As MemoryFile _
) 
'Usage
 
Dim instance As XceedSfxPrefix
Dim sourceModule As MemoryFile
 
instance.SetInternalSourceModule(sourceModule)
protected override void SetInternalSourceModule( 
   MemoryFile sourceModule
)

Parameters

sourceModule
A reference to an Xceed.FileSystem.MemoryFile object representing the 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

Reference

XceedSfxPrefix Class
XceedSfxPrefix Members
Base Implementation in SetInternalSourceModule