FileBytesProcessed Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation FileBytesProcessed Property
Gets the number of uncompressed bytes processed so far among all files. Valid for all message types.
Declaration Syntax
C# Visual Basic Visual C++
public long FileBytesProcessed { get; }
Public ReadOnly Property FileBytesProcessed As Long
	Get
public:
property long long FileBytesProcessed {
	long long get ();
}
Property Value
Int64
The number of uncompressed file bytes processed so far among all files.
Remarks
When compared to TotalFileBytes, this can be used as a measure of overall progress.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)