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

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

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