ICorDebugFunction.GetILCode(ICorDebugCode) 方法

定义

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

参数

ppCode
ICorDebugCode

返回

Int32

返回 Int32

适用于