COR_PRF_EVENTPIPE_PROVIDER_CONFIG structure
Describes the fields necessary to configure an EventPipe provider.
Syntax
typedef struct
{
const WCHAR* providerName;
UINT64 keywords;
UINT32 loggingLevel;
const WCHAR* filterData;
} COR_PRF_EVENTPIPE_PROVIDER_CONFIG;
Members
Member | Description |
---|---|
providerName |
The name of the provider to enable. |
keywords |
The keywords to enable on the provider. |
loggingLevel |
The level to enable on the provider. |
filterData |
A wide character string containing the filterdata to use when enabling the provider. |
Remarks
The COR_PRF_EVENTPIPE_PROVIDER_CONFIG
structure is used by the ICorProfilerInfo12::EventPipeAddProviderToSession method to indicate the configuration for the provider being added to the session.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.