IDebugAddress2

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This interface provides access to the ID of the process that owns the object whose address is represented by this interface.

Syntax

IDebugAddress2 : IDebugAddress

Notes for Implementers

A symbol provider implements this interface on the same object that implements the IDebugAddress interface. This interface provides access to the ID of the process that owns the object that is related to this address.

Notes for Callers

Use QueryInterface to obtain this interface from the IDebugAddress interface.

Methods in vtable Order

In addition to the methods inherited from the IDebugAddress interface, this interface implements the following method:

Method Description
GetProcessID Retrieves the ID of the process that owns the object represented by this interface.

Requirements

Header: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also