ICorDebugILFrame2::EnumerateTypeParameters Method

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

Syntax

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

Parameters

ppTyParEnum
A pointer to the address of a ICorDebugTypeEnum 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 to determine how many class type parameters and method type parameters this list contains.

The type parameters are not always available.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 1.0