PERWAPI.Event.ReadNames C# (CSharp) Method

ReadNames() static private method

static private ReadNames ( PEReader buff, ClassDef theClass, uint classIx ) : string[]
buff PEReader
theClass ClassDef
classIx uint
return string[]
        internal static string[] ReadNames(PEReader buff, ClassDef theClass, uint classIx)
        {
            return Feature.GetFeatureNames(buff,MDTable.Event,MDTable.EventMap,theClass,classIx);
        }