CurrentFileTotalBytes Property

Microsoft Deployment Tools

Deployment Tools Foundation CurrentFileTotalBytes Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveProgressEventArgsCurrentFileTotalBytes
Gets the total number of bytes in the current file. Valid for StartFile, PartialFile, and FinishFile messages.
Declaration Syntax
C# Visual Basic Visual C++
public long CurrentFileTotalBytes { get; }
Public ReadOnly Property CurrentFileTotalBytes As Long
public:
property long long CurrentFileTotalBytes {
	long long get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)