3 references to CategoryNumber
System (3)
services\monitoring\system\diagnosticts\EventLogEntry.cs (3)
140/// Gets the text associated with the <see cref='System.Diagnostics.EventLogEntry.CategoryNumber'/> for this entry. 149string cat = owner.FormatMessageWrapper(dllName, (uint) CategoryNumber, null); 151category = "(" + CategoryNumber.ToString(CultureInfo.CurrentCulture) + ")";