IDebugExtendedField
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
Extends the types of fields that are available to support managed code generics.
Syntax
IDebugExtendedField : IDebugField
Methods
In addition to the methods on the IDebugField interface, this interface implements the following methods:
Method | Description |
---|---|
GetExtendedKind | Retrieves the specified extended field kind. |
IsClosedType | Determines if the field represents a closed type. |
Requirements
Header: Sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll