PERWAPI.Event.ReadNames C# (CSharp) Метод

ReadNames() статический приватный Метод

static private ReadNames ( PEReader buff, ClassDef theClass, uint classIx ) : string[]
buff PEReader
theClass ClassDef
classIx uint
Результат string[]
        internal static string[] ReadNames(PEReader buff, ClassDef theClass, uint classIx)
        {
            return Feature.GetFeatureNames(buff,MDTable.Event,MDTable.EventMap,theClass,classIx);
        }