CurrentFileTotalBytes Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
public:
property long long CurrentFileTotalBytes {
	long long 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.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)