PERWAPI.ClassLayout.ClassLayout C# (CSharp) Метод

ClassLayout() приватный Метод

private ClassLayout ( PEReader buff ) : System
buff PEReader
Результат System
        internal ClassLayout(PEReader buff)
        {
            packSize = buff.ReadUInt16();
            classSize = buff.ReadUInt32();
            parentIx = buff.GetIndex(MDTable.TypeDef);
            tabIx = MDTable.ClassLayout;
        }

Same methods

ClassLayout::ClassLayout ( int pack, int cSize, ClassDef par ) : System
ClassLayout::ClassLayout ( ushort pack, uint cSize, ClassDef par ) : System