Edit

Share via


IcorDebugVariableHome::GetLiveRange Method

Gets the native range over which this variable is live.

Syntax

HRESULT GetLiveRange(
    [out] ULONG32* pStartOffset,
    [out] ULONG32 *pEndOffset
);

Parameters

pStartOffset [out] The logical offset at which the variable is first live.

pEndOffset [out] The logical offset immediately after the point at which the variable is last live.

Requirements

Platforms: See .NET supported operating systems.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET versions: Available since .NET Framework 4.6.2

See also