opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
Describes the parameter name and type for an EventPipe event.
Syntax
typedef struct
{
UINT32 type;
UINT32 elementType;
const WCHAR *name;
} COR_PRF_EVENTPIPE_PARAM_DESC;
Members
| Member | Description |
|---|---|
type |
The type of the parameter. |
elementType |
The element type if this parameter is an array type. |
name |
A wide character string containing the name of the parameter. |
Remarks
The COR_PRF_EVENTPIPE_PARAM_DESC structure is used by the ICorProfilerInfo12::EventPipeDefineEvent method to define the parameter types of the event being defined.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.