नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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