Share via


IDebugMethodField.EnumAllLocals(IDebugAddress, IEnumDebugFields) Method

Definition

public:
 int EnumAllLocals(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugFields ^ % ppLocals);
public int EnumAllLocals (Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugFields ppLocals);
abstract member EnumAllLocals : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * IEnumDebugFields -> int
Public Function EnumAllLocals (pAddress As IDebugAddress, ByRef ppLocals As IEnumDebugFields) As Integer

Parameters

pAddress
IDebugAddress
ppLocals
IEnumDebugFields

Returns

Applies to