Share via


IDebugContainerField Interface

Definition

public interface class IDebugContainerField : Microsoft::VisualStudio::Debugger::Interop::IDebugField
[System.Runtime.InteropServices.Guid("C2E34EB2-8B9D-11D2-9014-00C04FA38338")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugContainerField : Microsoft.VisualStudio.Debugger.Interop.IDebugField
[<System.Runtime.InteropServices.Guid("C2E34EB2-8B9D-11D2-9014-00C04FA38338")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugContainerField = interface
    interface IDebugField
Public Interface IDebugContainerField
Implements IDebugField
Derived
Attributes
Implements

Methods

EnumFields(enum_FIELD_KIND, enum_FIELD_MODIFIERS, String, NAME_MATCH, IEnumDebugFields)
EnumFields(UInt32, UInt32, String, NAME_MATCH, IEnumDebugFields)
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