static SecurityProfileLoadEvent() { string[] counterNames = new string[] { SecurityServiceEvent.Counters[(int)CounterID.ProfileLoad].CounterName }; securityEvent = new SecurityProfileLoadEvent(counterNames); writerLock = new ReaderWriterLock(); }