Deployment Tools Foundation
CurrentArchiveTotalBytes Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveProgressEventArgs ► CurrentArchiveTotalBytes
Gets the total number of compressed bytes to be processed during extraction
of the current archive. Valid for all extraction messages.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public long CurrentArchiveTotalBytes { get; }
Public ReadOnly Property CurrentArchiveTotalBytes As Long Get
public: property long long CurrentArchiveTotalBytes { long long get (); }
Property Value
Int64
The total number of compressed bytes to be processed during extraction of the current archive.
The total number of compressed bytes to be processed during extraction of the current archive.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)