ICorProfilerInfo12::EventPipeGetProviderInfo method
Creates an EventPipe provider that the profiler can use to write events for other EventPipe listeners to receive.
Syntax
HRESULT EventPipeGetProviderInfo(
[in] EVENTPIPE_PROVIDER provider,
[in] ULONG cchName,
[out] ULONG *pcchName,
[out, annotation("_Out_writes_to_(cchName, *pcchName)")]
WCHAR providerName[]);
Parameters
provider
[in] The ID of the provider to provide the name for.
cchName
[in] The size, in characters, of providerName
.
pcchName
[out] A pointer to the total character length of providerName
.
providerName
[out] A caller provided wide character buffer. When the function returns the buffer will contain the name of the provider.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0
See also
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.