Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ByteProgressionEventArgs Class / AllFilesBytes Property


In This Topic
    AllFilesBytes Property
    In This Topic
    Gets the total combined size, in bytes, of all files being processed.
    Syntax
    'Declaration
     
    Public ReadOnly Property AllFilesBytes As ProgressionInfo
    'Usage
     
    Dim instance As ByteProgressionEventArgs
    Dim value As ProgressionInfo
     
    value = instance.AllFilesBytes
    public ProgressionInfo AllFilesBytes {get;}

    Property Value

    A value indicating the size, in bytes, of all the files being processed.
    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