IXCLRDataProcess::SetOtherNotificationFlags Method

Requests notifications when specific events are raised by the CLR.

Note

This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug and ICorProfiler APIs when possible.

Syntax

HRESULT SetOtherNotificationFlags(
    [in] ULONG32 flags
);

Parameters

flags
[in] A set of flags defining which notifications should be delivered. The flags argument is one or more of the flags defined by the CLRDataOtherNotifyFlag enumeration.

Remarks

The provided method is part of the IXCLRDataProcess interface and corresponds to the 43rd slot of the virtual method table.

Requirements

Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7

See also