ArchiveInfoUnpackedSize Property
Gets the unpacked size, in bytes, of the compressed archive.
Namespace: DevCase.ThirdParty.SevenZipSharpAssembly: DevCase.net48.ThirdParty.SevenZipsharp (in DevCase.net48.ThirdParty.SevenZipsharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public long UnpackedSize { get; }
Public ReadOnly Property UnpackedSize As Long
Get
Dim instance As ArchiveInfo
Dim value As Long
value = instance.UnpackedSize
public:
property long long UnpackedSize {
long long get ();
}
member UnpackedSize : int64 with get
No code example is currently available or this language may not be supported.
Property Value
Int64
The unpacked size, in bytes, of the compressed archive.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Squid-Box.SevenZipSharp