PERWAPI.FieldMarshal.Read C# (CSharp) Method

Read() static private method

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