AsmResolver.ImageSectionHeader.GetPhysicalLength C# (CSharp) 메소드

GetPhysicalLength() 공개 메소드

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