Freigeben über


ICorDebugEval2.CallParameterizedFunction Method

Definition

Overloads

CallParameterizedFunction(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, ICorDebugValue[])
CallParameterizedFunction(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, IntPtr[])

CallParameterizedFunction(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, ICorDebugValue[])

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

Parameters

pFunction
ICorDebugFunction
nTypeArgs
UInt32
ppTypeArgs
ICorDebugType[]
nArgs
UInt32
ppArgs
ICorDebugValue[]

Applies to

CallParameterizedFunction(ICorDebugFunction, UInt32, ICorDebugType[], UInt32, IntPtr[])

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

Parameters

pFunction
ICorDebugFunction
nTypeArgs
UInt32
ppTypeArgs
ICorDebugType[]
nArgs
UInt32
ppArgs

IntPtr[]

nativeint[]

Returns

Applies to