Xceed .NET Libraries Documentation
SetInternalSourceModule Method (SfxPrefix)


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > SfxPrefix Class : SetInternalSourceModule Method
A reference to a Xceed.FileSystem.MemoryFile object used as the zip file SFX prefix's storage.
Sets a reference to the SFX source binary.
Syntax
'Declaration
 
Protected Overridable Sub SetInternalSourceModule( _
   ByVal storageFile As MemoryFile _
) 
'Usage
 
Dim instance As SfxPrefix
Dim storageFile As MemoryFile
 
instance.SetInternalSourceModule(storageFile)
protected virtual void SetInternalSourceModule( 
   MemoryFile storageFile
)

Parameters

storageFile
A reference to a Xceed.FileSystem.MemoryFile object used as the zip file SFX prefix's storage.
Remarks
When overriding SetInternalSourceModule in a derived class, the base implementation should always be called in order to set a reference to the storage module.
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