PERWAPI.MethodSpec.Read C# (CSharp) Method

Read() static private method

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