COR_PRF_EVENT_DATA structure
Describes the event data for an EventPipe event being written.
Syntax
typedef struct
{
UINT64 ptr;
UINT32 size;
UINT32 reserved;
} COR_PRF_EVENT_DATA;
Members
Member | Description |
---|---|
ptr |
A pointer to the data. |
size |
The size of the data pointed to by ptr . |
reserved |
An reserved implementation specific field. |
Remarks
The COR_PRF_EVENT_DATA
structure is used by the ICorProfilerInfo12::EventPipeWriteEvent method to provide the data payload for the event being written.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.