ICorDebugILFrame4.EnumerateLocalVariablesEx Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ppValue
- ICorDebugValueEnum