ICorDebugThread4::GetCurrentCustomDebuggerNotification メソッド

現在のスレッドの現在の ICorDebugManagedCallback3::CustomNotification オブジェクトを取得します。

構文

HRESULT GetCurrentCustomDebuggerNotification(
    [out] ICorDebugValue **ppNotificationObject
    );

パラメーター

ppNotificationObject
[out] 現在のスレッド上の現在の ICorDebugManagedCallback3::CustomNotification オブジェクトへのポインター。

解説

メソッドが ICorDebugManagedCallback3::CustomNotification コールバック内から呼び出されていない場合、または現在の通知オブジェクトが存在しない場合、ppNotificationObject の値は null です。

必要条件

:システム要件」を参照してください。

ヘッダー: CorDebug.idl、CorDebug.h

ライブラリ: CorGuids.lib

.NET Framework のバージョン: 4 以降で使用可能

関連項目