Share via


ICorDebugType::GetFirstTypeParameter Method

Gets an interface pointer to an ICorDebugType Interface that represents the first Type parameter of the type represented by this ICorDebugType.

HRESULT GetFirstTypeParameter (
    [out] ICorDebugType      **value
);

Parameters

Parameter Description

value

[out] A pointer to the address of an ICorDebugType Interface object that represents the first parameter.

Remarks

GetFirstTypeParameter can be called in those cases where the further information about the type involves, at most, one type parameter. In particular, it can be used if the type is an ELEMENT_TYPE_ARRAY, ELEMENT_TYPE_SZARRAY, ELEMENT_TYPE_BYREF, or ELEMENT_TYPE_PTR, as indicated by the ICorDebugType::GetType Method method.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorDebugType Interface