Share via


IDebugBitField Interface

Definition

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

Methods

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

Applies to