AsmResolver.ImageExportDirectory.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

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