ICorDebugAppDomain2::GetFunctionPointerType Method
Gets a pointer to a function that has a given signature.
HRESULT GetFunctionPointerType (
[in] ULONG32 nTypeArgs,
[in, size_is(nTypeArgs)] ICorDebugType *ppTypeArgs[],
[out] ICorDebugType **ppType
);
Parameters
- nTypeArgs
[in] The number of type arguments for the function.
- ppTypeArgs
[in] An array of pointers, each of which points to an ICorDebugType Interface object that represents a type argument of the function. The first element is the return type; each of the other elements is a parameter type.
- ppType
[out] A pointer to the address of an ICorDebugType Interface object that represents the pointer to the function.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0