Add a couple of IS-CAB extensions

This commit is contained in:
Matt Nadareski
2025-07-31 13:20:40 -04:00
parent 34cea6e74a
commit e94e27910e

View File

@@ -18,6 +18,9 @@ namespace SabreTools.Serialization.Wrappers
#region Extension Properties
/// <inheritdoc cref="Cabinet.CommonHeader"/>
public CommonHeader? CommonHeader => Model.CommonHeader;
/// <inheritdoc cref="Cabinet.Components"/>
public Component[]? Components => Model.Components;
@@ -60,6 +63,9 @@ namespace SabreTools.Serialization.Wrappers
/// </summary>
public int MajorVersion => Model.GetMajorVersion();
/// <inheritdoc cref="Cabinet.VolumeHeader"/>
public VolumeHeader? VolumeHeader => Model.VolumeHeader;
/// <summary>
/// Reference to the next cabinet header
/// </summary>