Nota
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Sets up a call to the specified function.
This method is obsolete. Use ICorDebugEval2::CallParameterizedFunction instead.
Syntax
HRESULT CallFunction (
[in] ICorDebugFunction *pFunction,
[in] ULONG32 nArgs,
[in, size_is(nArgs)] ICorDebugValue *ppArgs[]
);
Parameters
pFunction
[in] Pointer to an ICorDebugFunction object that specifies the function to be called.
nArgs
[in] The number of arguments for the function.
ppArgs
[in] An array of pointers, each of which points to an ICorDebugValue object that specifies an argument to be passed to the function.
Remarks
If the function is virtual, CallFunction will perform virtual dispatch. If the function is in a different application domain, a transition will occur as long as all arguments are also in that application domain.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: 1.1, 1.0