次の方法で共有


ICorDebugILFrame4.EnumerateLocalVariablesEx Method

Definition

public:
 int EnumerateLocalVariablesEx(Microsoft::VisualStudio::CorDebugInterop::ILCodeKind flags, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValueEnum ^ % ppValue);
public int EnumerateLocalVariablesEx (Microsoft.VisualStudio.CorDebugInterop.ILCodeKind flags, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValueEnum ppValue);
abstract member EnumerateLocalVariablesEx : Microsoft.VisualStudio.CorDebugInterop.ILCodeKind * ICorDebugValueEnum -> int
Public Function EnumerateLocalVariablesEx (flags As ILCodeKind, ByRef ppValue As ICorDebugValueEnum) As Integer

Parameters

flags
ILCodeKind

Returns

Applies to