ICorDebugNativeFrame.GetRegisterSet 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.
Overloads
GetRegisterSet(ICorDebugRegisterSet) | |
GetRegisterSet(IntPtr) |
GetRegisterSet(ICorDebugRegisterSet)
public:
int GetRegisterSet([Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugRegisterSet ^ % ppRegisters);
public int GetRegisterSet (out Microsoft.VisualStudio.CorDebugInterop.ICorDebugRegisterSet ppRegisters);
abstract member GetRegisterSet : ICorDebugRegisterSet -> int
Public Function GetRegisterSet (ByRef ppRegisters As ICorDebugRegisterSet) As Integer
Parameters
- ppRegisters
- ICorDebugRegisterSet
Returns
Applies to
GetRegisterSet(IntPtr)
public:
void GetRegisterSet([Runtime::InteropServices::Out] IntPtr % ppRegisters);
public void GetRegisterSet (out IntPtr ppRegisters);
abstract member GetRegisterSet : nativeint -> unit
Public Sub GetRegisterSet (ByRef ppRegisters As IntPtr)
Parameters
- ppRegisters
-
IntPtr
nativeint