AsmResolver.ImageSectionHeader.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return 8 * sizeof(byte) +
                   6 * sizeof (uint) +
                   2 * sizeof (ushort) +
                   1 * sizeof (uint);
        }