ICorDebugFunction.GetNativeCode(ICorDebugCode) 方法

定义

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

参数

ppCode
ICorDebugCode

返回

Int32

返回 Int32

适用于