ICorProfilerInfo5 Interface
[Supported in the .NET Framework 4.5.2 and later versions]
A subclass of ICorProfilerInfo4 that provides methods for use by code profilers to communicate with the common language runtime (CLR) to control event monitoring.
Methods
Method | Description |
---|---|
GetEventMask2 Method | Gets the current event categories for which the profiler wants to receive notifications from the CLR. |
SetEventMask2 Method | Sets a value that specifies the types of events for which the profiler wants to receive event notifications from the CLR. |
Remarks
The methods available on this interface are intended to replace the ICorProfilerInfo::GetEventMask and ICorProfilerInfo::SetEventMask methods.
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
.NET Framework Versions: Available since 4.5.2
See also
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहाँ आप समस्याएँ बना और समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं. अधिक जानकारी के लिए, हमारे योगदानकर्ता गाइड देखें.