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.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public long CurrentFileBytesProcessed { get; }
Public ReadOnly Property CurrentFileBytesProcessed As Long Get
public: property long long CurrentFileBytesProcessed { long long get (); }
member CurrentFileBytesProcessed : int64 with get
Property Value
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.11.1.2318)