Share via


IDebugAddress2

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

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

IDebugAddress2::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

Reference

IDebugAddress

Concepts

Symbol Provider Interfaces