PERWAPI.DeclSecurity.Read C# (CSharp) Method

Read() static private method

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