namespace SabreTools.Models.NewExecutable { /// public sealed class ImportNameRelocationRecord { /// /// Index into module reference table for the imported module. /// public ushort Index { get; set; } /// /// Offset within Imported Names Table to procedure name string. /// public ushort Offset { get; set; } } }