ICorDebugEval.CallFunction Method

Definition

Overloads

CallFunction(ICorDebugFunction, UInt32, ICorDebugValue[])
CallFunction(ICorDebugFunction, UInt32, IntPtr[])

CallFunction(ICorDebugFunction, UInt32, ICorDebugValue[])

public:
 void CallFunction(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pFunction, System::UInt32 nArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^> ^ ppArgs);
public:
 void CallFunction(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pFunction, unsigned int nArgs, Platform::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^> ^ ppArgs);
void CallFunction(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction const & pFunction, unsigned int nArgs, std::Array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue const &> const & ppArgs);
public void CallFunction (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction pFunction, uint nArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue[] ppArgs);
abstract member CallFunction : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue[] -> unit
Public Sub CallFunction (pFunction As ICorDebugFunction, nArgs As UInteger, ppArgs As ICorDebugValue())

Parameters

pFunction
ICorDebugFunction
nArgs
UInt32
ppArgs
ICorDebugValue[]

Applies to

CallFunction(ICorDebugFunction, UInt32, IntPtr[])

public:
 int CallFunction(Microsoft::VisualStudio::CorDebugInterop::ICorDebugFunction ^ pFunction, System::UInt32 nArgs, cli::array <IntPtr> ^ ppArgs);
public int CallFunction (Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction pFunction, uint nArgs, IntPtr[] ppArgs);
abstract member CallFunction : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFunction * uint32 * nativeint[] -> int
Public Function CallFunction (pFunction As ICorDebugFunction, nArgs As UInteger, ppArgs As IntPtr()) As Integer

Parameters

pFunction
ICorDebugFunction
nArgs
UInt32
ppArgs

IntPtr[]

nativeint[]

Returns

Applies to