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