FileBytesProcessed Property

Microsoft Deployment Tools

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
public:
property long long FileBytesProcessed {
	long long get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)