共用方式為


ICorDebugFunction2::GetJMCStatus 方法

取得值,指出此 ICorDebugFunction2 物件所代表的函式是否標示為使用者程式碼。

語法

HRESULT GetJMCStatus (
    [out] BOOL   *pbIsJustMyCode
);

參數

pbIsJustMyCode [出]指向布林值的指標, true如果此函式標示為使用者程式碼,則為 ;否則,值為 false

備註

如果thisICorDebugFunction2所代表的函數無法偵錯,pbIsJustMyCode則一律為。false

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起提供