ICorDebugVariableHome.GetLiveRange(UInt32, UInt32) 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 GetLiveRange([Runtime::InteropServices::Out] System::UInt32 % pStartOffset, [Runtime::InteropServices::Out] System::UInt32 % pEndOffset);
public int GetLiveRange (out uint pStartOffset, out uint pEndOffset);
abstract member GetLiveRange : uint32 * uint32 -> int
Public Function GetLiveRange (ByRef pStartOffset As UInteger, ByRef pEndOffset As UInteger) As Integer
Parameters
- pStartOffset
- UInt32
- pEndOffset
- UInt32