ICorDebugEval::CallFunction 方法
更新:2007 年 11 月
設定指定函式的呼叫。
這個方法在 .NET Framework 2.0 版中已過時。請改用 ICorDebugEval2::CallParameterizedFunction。
HRESULT CallFunction (
[in] ICorDebugFunction *pFunction,
[in] ULONG32 nArgs,
[in, size_is(nArgs)] ICorDebugValue *ppArgs[]
);
參數
pFunction
[in] ICorDebugFunction 物件的指標,指定要呼叫的函式。nArgs
[in] 函式的引數數目。ppArgs
[in] 指標的陣列,每個指標各指向一個 ICorDebugValue 物件,指定要傳遞至函式的引數。
備註
如果此函式為虛擬,則 CallFunction 會執行虛擬分派。如果此函式位在不同的應用程式定義域中,只要所有引數也在該應用程式定義域,就會發生轉換。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorDebug.idl
**程式庫:**CorGuids.lib
**.NET Framework 版本:**1.1、1.0