AsmResolver.ImageDebugDirectory.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return sizeof (uint) +
                   sizeof (uint) +
                   sizeof (ushort) +
                   sizeof (ushort) +
                   sizeof (uint) +
                   sizeof (uint) +
                   sizeof (uint) +
                   sizeof (uint);
        }