namespace SabreTools.Models.NewExecutable { /// public sealed class OSFixupRelocationRecord { /// /// Operating system fixup type. /// Floating-point fixups. /// public OSFixupType FixupType { get; set; } /// /// 0 /// public ushort Reserved { get; set; } } }