ICorProfilerInfo12::EventPipeWriteEvent method
Writes an EventPipe event to any listeners who have enabled this event.
Syntax
HRESULT EventPipeWriteEvent(
[in] EVENTPIPE_EVENT event,
[in] UINT32 cData,
[in, size_is(cData)]
COR_PRF_EVENT_DATA data[],
[in] LPCGUID pActivityId,
[in] LPCGUID pRelatedActivityId);
Parameters
event
[in] The ID of the event being written.
cData
[in] The number of elements in data
.
data
[in] An array of COR_PRF_EVENT_DATA
containing the event arguments.
pActivityId
[in] A pointer to a GUID specifying the event's activity ID.
pRelatedActivityId
[in] A pointer to a GUID specifying the event's related activity ID.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.