ICorDebugILFrame4.GetCodeEx(ILCodeKind, ICorDebugCode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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