Share via


IDebugDynamicFieldCOMPlus Interface

Definition

public interface class IDebugDynamicFieldCOMPlus : Microsoft::VisualStudio::Debugger::Interop::IDebugDynamicField
[System.Runtime.InteropServices.Guid("B5B20820-E233-11D2-9037-00C04FA302A1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugDynamicFieldCOMPlus : Microsoft.VisualStudio.Debugger.Interop.IDebugDynamicField
[<System.Runtime.InteropServices.Guid("B5B20820-E233-11D2-9037-00C04FA302A1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugDynamicFieldCOMPlus = interface
    interface IDebugDynamicField
Public Interface IDebugDynamicFieldCOMPlus
Implements IDebugDynamicField
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)
GetTypeFromPrimitive(UInt32, IDebugField)
GetTypeFromTypeDef(UInt32, Guid, Int32, IDebugField)
GetTypeInfo(TYPE_INFO[])

Applies to