Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.44 KB

icordebugfunction-getnativecode-method.md

File metadata and controls

49 lines (37 loc) · 1.44 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugFunction::GetNativeCode Method
ICorDebugFunction::GetNativeCode Method
03/30/2017
ICorDebugFunction.GetNativeCode
mscordbi.dll
COM
ICorDebugFunction::GetNativeCode
GetNativeCode method [.NET Framework debugging]
ICorDebugFunction::GetNativeCode method [.NET Framework debugging]
c8a34916-0eef-4987-8d29-c8bcb4be9cf6
apiref

ICorDebugFunction::GetNativeCode Method

Gets the native code for the function that is represented by this ICorDebugFunction instance.

Syntax

HRESULT GetNativeCode (
    [out] ICorDebugCode **ppCode
);

Parameters

ppCode [out] A pointer to the ICorDebugCode instance that represents the native code for this function, or null, if this function is common intermediate language (CIL) code that has not been just-in-time (JIT) compiled.

Remarks

If the function that is represented by this ICorDebugFunction instance has been JIT-compiled more than once, as in the case of generic types, GetNativeCode returns a random native code object.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]