PERWAPI.Property.Read C# (CSharp) Méthode

Read() static private méthode

static private Read ( PEReader buff, TableRow props ) : void
buff PEReader
props TableRow
Résultat void
        internal static void Read(PEReader buff, TableRow[] props)
        {
            for (int i=0; i < props.Length; i++)
                props[i] = new Property(buff);
        }