14 references to EvtRenderFlags
System.Diagnostics.EventLog (14)
_generated\0\LibraryImports.g.cs (4)
1442
internal static partial bool EvtRender(global::System.Diagnostics.Eventing.Reader.EventLogHandle context, global::System.Diagnostics.Eventing.Reader.EventLogHandle eventHandle, global::Microsoft.Win32.UnsafeNativeMethods.
EvtRenderFlags
flags, int buffSize, char[] buffer, out int buffUsed, out int propCount)
1486
static extern unsafe int __PInvoke(nint __context_native, nint __eventHandle_native, global::Microsoft.Win32.UnsafeNativeMethods.
EvtRenderFlags
__flags_native, int __buffSize_native, char* __buffer_native, int* __buffUsed_native, int* __propCount_native);
1496
internal static partial bool EvtRender(global::System.Diagnostics.Eventing.Reader.EventLogHandle context, global::System.Diagnostics.Eventing.Reader.EventLogHandle eventHandle, global::Microsoft.Win32.UnsafeNativeMethods.
EvtRenderFlags
flags, int buffSize, nint buffer, out int buffUsed, out int propCount)
1539
static extern unsafe int __PInvoke(nint __context_native, nint __eventHandle_native, global::Microsoft.Win32.UnsafeNativeMethods.
EvtRenderFlags
__flags_native, int __buffSize_native, nint __buffer_native, int* __buffUsed_native, int* __propCount_native);
System\Diagnostics\Reader\EventLogRecord.cs (1)
60
NativeWrapper.EvtRenderBufferWithContextSystem(_session.renderContextHandleSystem, Handle, UnsafeNativeMethods.
EvtRenderFlags
.EvtRenderEventValues, _systemProperties);
System\Diagnostics\Reader\NativeWrapper.cs (7)
298
UnsafeNativeMethods.
EvtRenderFlags
flags = UnsafeNativeMethods.
EvtRenderFlags
.EvtRenderEventXml;
790
public static void EvtRenderBufferWithContextSystem(EventLogHandle contextHandle, EventLogHandle eventHandle, UnsafeNativeMethods.
EvtRenderFlags
flag, SystemProperties systemProperties)
896
UnsafeNativeMethods.
EvtRenderFlags
flag = UnsafeNativeMethods.
EvtRenderFlags
.EvtRenderEventValues;
1046
UnsafeNativeMethods.
EvtRenderFlags
flag = UnsafeNativeMethods.
EvtRenderFlags
.EvtRenderBookmark;
System\Diagnostics\Reader\UnsafeNativeMethods.cs (2)
691
EvtRenderFlags
flags,
702
EvtRenderFlags
flags,