1 write to isLogFull
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
54
isLogFull
= (bool?)NativeWrapper.EvtGetLogInfo(logHandle, UnsafeNativeMethods.EvtLogPropertyId.EvtLogFull);
1 reference to isLogFull
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
65
public bool? IsLogFull { get { return
isLogFull
; } }