Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / SfxPrefix Class / SourceModuleSize Property


In This Topic
    SourceModuleSize Property
    In This Topic
    Gets the size of the SFX source binary.
    Syntax
    'Declaration
     
    Public ReadOnly Property SourceModuleSize As Long
    'Usage
     
    Dim instance As SfxPrefix
    Dim value As Long
     
    value = instance.SourceModuleSize
    public long SourceModuleSize {get;}

    Property Value

    A value representing the size of the SFX source binary, or zero if no SFX binary module is present.
    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