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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.