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