IDebugGenericParamField
Represents a parameter for a managed code generic type.
Syntax
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 |
---|---|
ConstraintCount | Returns the number of constraints that are associated with this generic parameter. |
GetConstraints | Retrieves the constraints that are associated with this generic parameter. |
GetFlags | Retrieves the flags for this generic parameter. |
GetIndex | Retrieves the index of this generic parameter. |
GetNameOfFormalParam | Retrieves the name of this generic parameter. |
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