次の方法で共有


ICorDebugILFrame4.GetCodeEx(ILCodeKind, ICorDebugCode) Method

Definition

public:
 int GetCodeEx(Microsoft::VisualStudio::CorDebugInterop::ILCodeKind flags, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugCode ^ % ppValue);
public int GetCodeEx (Microsoft.VisualStudio.CorDebugInterop.ILCodeKind flags, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugCode ppValue);
abstract member GetCodeEx : Microsoft.VisualStudio.CorDebugInterop.ILCodeKind * ICorDebugCode -> int
Public Function GetCodeEx (flags As ILCodeKind, ByRef ppValue As ICorDebugCode) As Integer

Parameters

flags
ILCodeKind
ppValue
ICorDebugCode

Returns

Applies to