Share via


IDebugEnumField Interface

Definition

public interface class IDebugEnumField : Microsoft::VisualStudio::Debugger::Interop::IDebugContainerField
[System.Runtime.InteropServices.Guid("C2E34EB9-8B9D-11D2-9014-00C04FA38338")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugEnumField : Microsoft.VisualStudio.Debugger.Interop.IDebugContainerField
[<System.Runtime.InteropServices.Guid("C2E34EB9-8B9D-11D2-9014-00C04FA38338")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugEnumField = interface
    interface IDebugContainerField
Public Interface IDebugEnumField
Implements IDebugContainerField
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)
GetStringFromValue(UInt64, String)
GetType(IDebugField)
GetTypeInfo(TYPE_INFO[])
GetUnderlyingSymbol(IDebugField)
GetValueFromString(String, UInt64)
GetValueFromStringCaseInsensitive(String, UInt64)

Applies to