ICorDebugILFrame2::EnumerateTypeParameters Method

Gets an ICorDebugTypeEnum 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 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 .NET Framework System Requirements.

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICorDebugILFrame2 Interface