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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.