IDebugDynamicField

Note

This article applies to Visual Studio 2015. 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

This interface represents a type of a variable.

Syntax

IDebugDynamicField : IDebugField  

Notes for Implementers

This interface is implemented by symbol providers as a base class for any type that can be determined at run time. This is for managed code only.

Notes for Callers

This interface represents a base class from which more specialized interfaces can be derived.

Methods in Vtable order

This interface does not supply any methods other than those inherited from IDebugField.

Requirements

Header: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Symbol Provider Interfaces
IDebugField