mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 07:14:57 +00:00
Add a couple of IS-CAB extensions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user