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.
Note
EnumerateNativeCode
is not implemented in the current version of the .NET Framework.
Syntax
HRESULT EnumerateNativeCode (
[out] ICorDebugCodeEnum **ppCodeEnum
);
Requirements
Header: CorDebug.idl, CorDebug.h
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.