Share via


IDebugGenericParamField

Represents a parameter for a managed code generic type.

IDebugGenericParamField : IDebugField

Notes for Implementers

Used for support of generics.

Methods

In addition to the methods on the IDebugField interface, this interface implements the following methods:

Method

Description

IDebugGenericParamField::ConstraintCount

Returns the number of constraints that are associated with this generic parameter.

IDebugGenericParamField::GetConstraints

Retrieves the constraints that are associated with this generic parameter.

IDebugGenericParamField::GetFlags

Retrieves the flags for this generic parameter.

IDebugGenericParamField::GetIndex

Retrieves the index of this generic parameter.

IDebugGenericParamField::GetNameOfFormalParam

Retrieves the name of this generic parameter.

IDebugGenericParamField::GetOwner

Retrieves the type or method owner of this generic parameter.

Requirements

Header: Sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll