Share via


ICorDebugFunction2::EnumerateNativeCode Method

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

Note

EnumerateNativeCode is not yet implemented.

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

Requirements

Header: CorDebug.idl

See Also

Reference

ICorDebugFunction2 Interface