Share via


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 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 object that represents the pointer to the function.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICorDebugAppDomain2 Interface