Share via


ICorDebugILFrame2::EnumerateTypeParameters Method

Gets an ICorDebugTypeEnum Interface object that contains the Type parameters in this frame.

HRESULT EnumerateTypeParameters (
    [out] ICorDebugTypeEnum    **ppTyParEnum
);

Parameters

  • ppTyParEnum
    A pointer to the address of a ICorDebugTypeEnum Interface interface object that allows enumeration of type parameters.

    The list of type parameters include the class type parameters (if any) followed by the method type parameters (if any).

Remarks

Use the IMetaDataImport2::EnumGenericParams Method method to determine how many class type parameters and method type parameters this list contains.

The type parameters are not always available.

Requirements

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

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorDebugILFrame2 Interface