ICorDebugVariableHome.GetRegister(CorDebugRegister) 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 GetRegister([Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::CorDebugRegister % pOffset);
public int GetRegister(out Microsoft.VisualStudio.CorDebugInterop.CorDebugRegister pOffset);
abstract member GetRegister : CorDebugRegister -> int
Public Function GetRegister (ByRef pOffset As CorDebugRegister) As Integer
Parameters
- pOffset
- CorDebugRegister