Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | 
|---|---|
| Returns the number of constraints that are associated with this generic parameter. | |
| Retrieves the constraints that are associated with this generic parameter. | |
| Retrieves the flags for this generic parameter. | |
| Retrieves the index of this generic parameter. | |
| Retrieves the name of this generic parameter. | |
| 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