Share via


IDebugDynamicField Interface

Definition

public interface class IDebugDynamicField : Microsoft::VisualStudio::Debugger::Interop::IDebugField
[System.Runtime.InteropServices.Guid("B5A2A5EA-D5AB-11D2-9033-00C04FA302A1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugDynamicField : Microsoft.VisualStudio.Debugger.Interop.IDebugField
[<System.Runtime.InteropServices.Guid("B5A2A5EA-D5AB-11D2-9033-00C04FA302A1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugDynamicField = interface
    interface IDebugField
Public Interface IDebugDynamicField
Implements IDebugField
Derived
Attributes
Implements

Methods

Equal(IDebugField)
GetAddress(IDebugAddress)
GetContainer(IDebugContainerField)
GetExtendedInfo(Guid, IntPtr[], UInt32)
GetInfo(enum_FIELD_INFO_FIELDS, FIELD_INFO[])
GetInfo(UInt32, FIELD_INFO[])
GetKind(enum_FIELD_KIND[])
GetKind(UInt32)
GetSize(UInt32)
GetType(IDebugField)
GetTypeInfo(TYPE_INFO[])

Applies to