IDebugGenericParamField
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
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