PERWAPI.InterfaceImpl.Read C# (CSharp) Method

Read() static private method

static private Read ( PEReader buff, TableRow impls ) : void
buff PEReader
impls TableRow
return void
        internal static void Read(PEReader buff, TableRow[] impls)
        {
            for (int i=0; i < impls.Length; i++)
                impls[i] = new InterfaceImpl(buff);
        }