Share via


ICorDebugFunction2::EnumerateNativeCode Method

Gets an interface pointer to an ICorDebugCodeEnum object that contains the native code statements in the function referenced by this ICorDebugFunction2 object.

NoteNote:

EnumerateNativeCode is not implemented in the current version of the .NET Framework.

HRESULT EnumerateNativeCode (
    [out] ICorDebugCodeEnum   **ppCodeEnum
);

Requirements

Header: CorDebug.idl

See Also

Concepts

ICorDebugFunction2 Interface