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

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

public GetPhysicalLength ( ) : uint
Результат uint
        public override uint GetPhysicalLength()
        {
            return (uint)(2 * sizeof (uint) +
                          4 * sizeof (ushort) +
                          Entries.Count * 2 * sizeof (uint));
        }