Share via


ICorDebugAppDomain2.GetFunctionPointerType Method

Definition

public:
 void GetFunctionPointerType(System::UInt32 nTypeArgs, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^> ^ ppTypeArgs, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ % ppType);
public void GetFunctionPointerType (uint nTypeArgs, Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] ppTypeArgs, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugType ppType);
abstract member GetFunctionPointerType : uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugType[] * ICorDebugType -> unit
Public Sub GetFunctionPointerType (nTypeArgs As UInteger, ppTypeArgs As ICorDebugType(), ByRef ppType As ICorDebugType)

Parameters

nTypeArgs
UInt32
ppTypeArgs
ICorDebugType[]
ppType
ICorDebugType

Applies to