Skip to content

Commit e94e279

Browse files
committed
Add a couple of IS-CAB extensions
1 parent 34cea6e commit e94e279

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SabreTools.Serialization/Wrappers/InstallShieldCabinet.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ public partial class InstallShieldCabinet : WrapperBase<Cabinet>
1818

1919
#region Extension Properties
2020

21+
/// <inheritdoc cref="Cabinet.CommonHeader"/>
22+
public CommonHeader? CommonHeader => Model.CommonHeader;
23+
2124
/// <inheritdoc cref="Cabinet.Components"/>
2225
public Component[]? Components => Model.Components;
2326

@@ -60,6 +63,9 @@ public partial class InstallShieldCabinet : WrapperBase<Cabinet>
6063
/// </summary>
6164
public int MajorVersion => Model.GetMajorVersion();
6265

66+
/// <inheritdoc cref="Cabinet.VolumeHeader"/>
67+
public VolumeHeader? VolumeHeader => Model.VolumeHeader;
68+
6369
/// <summary>
6470
/// Reference to the next cabinet header
6571
/// </summary>

0 commit comments

Comments
 (0)