IDebugGenericFieldDefinition

Applies to: yesVisual Studio noVisual 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 the definition of a field for a managed code generic type.

Syntax

IDebugGenericFieldDefinition : IUnknown

Methods

This interface implements the following methods:

Method Description
ConstructInstantiation Constructs a field instance given an array of type arguments.
GetFormalTypeParams Retrieves the type parameters given the number of parameters.
TypeParamCount Retrieves the number of type parameters associated with the generic field.

Requirements

Header: Sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll