IDebugTypeFieldBuilder

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 ability to create a field that represents a type.

Syntax

IDebugTypeFieldBuilder : IUnknown

Notes for Callers

This interface is obtained from the symbol provider.

Methods

This interface implements the following methods:

Method Description
CreatePrimitive Creates an object that represents a primitive type.
CreatePointerToType Creates a pointer to the specified type.

Requirements

Header: Sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll