CurrentArchiveBytesProcessed Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation CurrentArchiveBytesProcessed Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveProgressEventArgsCurrentArchiveBytesProcessed
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++ F#
public long CurrentArchiveBytesProcessed { get; }
Public ReadOnly Property CurrentArchiveBytesProcessed As Long
	Get
public:
property long long CurrentArchiveBytesProcessed {
	long long get ();
}
member CurrentArchiveBytesProcessed : int64 with get
Property Value
Int64
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.11.1.2318)