IDebugGenericFieldInstance
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 an instance of a field for a managed code generic type.
Syntax
IDebugGenericFieldInstance : IUnknown
Methods
This interface implements the following methods:
Method | Description |
---|---|
GetTypeArguments | Retrieves the type parameter arguments for this instance. |
TypeArgumentCount | Returns the number of type parameter arguments for this instance. |
Requirements
Header: Sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll