ICorDebugFunction.GetNativeCode(ICorDebugCode) Method

Definition

public:
 int GetNativeCode([Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugCode ^ % ppCode);
public int GetNativeCode (out Microsoft.VisualStudio.CorDebugInterop.ICorDebugCode ppCode);
abstract member GetNativeCode : ICorDebugCode -> int
Public Function GetNativeCode (ByRef ppCode As ICorDebugCode) As Integer

Parameters

ppCode
ICorDebugCode

Returns

Returns Int32.

Applies to