ICorDebugFrame::GetFunction 方法
取得函式,其中包含與這個堆疊框架相關聯的程序代碼。
語法
HRESULT GetFunction (
[out] ICorDebugFunction **ppFunction
);
參數
ppFunction
[out]ICorDebugFunction 對象的位址指標,代表包含與這個堆疊框架相關聯之程式代碼的函式。
備註
如果框架未與任何特定函式相關聯,此方法 GetFunction
可能會失敗。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 1.0 起提供