

Deployment Tools Foundation
CurrentFileBytesProcessed Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveProgressEventArgs ► CurrentFileBytesProcessed
Gets the number of bytes processed so far when compressing or extracting a file. Valid for
StartFile, PartialFile,
and FinishFile messages.

C# | Visual Basic | Visual C++ |
public long CurrentFileBytesProcessed { get; }
Public ReadOnly Property CurrentFileBytesProcessed As Long Get
public: property long long CurrentFileBytesProcessed { long long get (); }

Int64
The number of uncompressed bytes processed so far for the current file, or 0 if processing is currently at the stream or archive level.
The number of uncompressed bytes processed so far for the current file, or 0 if processing is currently at the stream or archive level.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)