Deployment Tools Foundation
CurrentFileTotalBytes Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveProgressEventArgs ► CurrentFileTotalBytes
Gets the total number of bytes in the current file. Valid for StartFile,
PartialFile, and FinishFile messages.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public long CurrentFileTotalBytes { get; }
Public ReadOnly Property CurrentFileTotalBytes As Long Get
public: property long long CurrentFileTotalBytes { long long get (); }
member CurrentFileTotalBytes : int64 with get
Property Value
Int64
The uncompressed size of the current file being processed, or 0 if processing is currently at the stream or archive level.
The uncompressed size of the current file being processed, 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)