Share via


ICorDebugCode::GetAddress Method

Gets the relative virtual address (RVA) of the code segment that this ICorDebugCode interface represents.

HRESULT GetAddress (
    [out] CORDB_ADDRESS *pStart
);

Parameters

  • pStart
    [out] A pointer to the RVA of the code segment.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

ICorDebugCode Interface