Gets the relative virtual address (RVA) of the code segment that this "ICorDebugCode" interface represents.
Syntax
HRESULT GetAddress (
[out] CORDB_ADDRESS *pStart
);
Parameters
pStart
[out] A pointer to the RVA of the code segment.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET