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
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.