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
Bendradarbiaukite su mumis dirbdami „GitHub“
Šio turinio šaltinį galima rasti „GitHub“, kur taip pat galite kurti ir peržiūrėti problemas bei teikti užklausas. Daugiau informacijos žr. mūsų bendraautorių vadove.