AsmResolver.ImageFileHeader.GetPhysicalLength C# (CSharp) Метод

GetPhysicalLength() публичный Метод

public GetPhysicalLength ( ) : uint
Результат uint
        public override uint GetPhysicalLength()
        {
            return 2 * sizeof (ushort) +
                   3 * sizeof (uint) +
                   2 * sizeof (ushort);
        }