AsmResolver.ImageImportDirectory.GetPhysicalLength C# (CSharp) Method

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint
        public override uint GetPhysicalLength()
        {
            return (uint)((ModuleImports.Count + 1) * 5 * sizeof (uint));
        }