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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.