PERWAPI.ClassLayout.ClassLayout C# (CSharp) Method

ClassLayout() private method

private ClassLayout ( PEReader buff ) : System
buff PEReader
return 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