DkmPointerValueHome Class

Definition

An instance of DkmExpressionValueHome that defines a linear address in the debuggee. The expression evaluator addin should format the object pointed to by this address.

public ref class DkmPointerValueHome : Microsoft::VisualStudio::Debugger::Evaluation::DkmExpressionValueHome
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmPointerValueHome : Microsoft::VisualStudio::Debugger::Evaluation::DkmExpressionValueHome
[Windows::Foundation::Metadata::WebHostHidden]
class DkmPointerValueHome : Microsoft::VisualStudio::Debugger::Evaluation::DkmExpressionValueHome
[System.Runtime.InteropServices.Guid("bea748f3-61f0-5175-ef91-1b4b1f6e4cca")]
public class DkmPointerValueHome : Microsoft.VisualStudio.Debugger.Evaluation.DkmExpressionValueHome
[<System.Runtime.InteropServices.Guid("bea748f3-61f0-5175-ef91-1b4b1f6e4cca")>]
type DkmPointerValueHome = class
    inherit DkmExpressionValueHome
Public Class DkmPointerValueHome
Inherits DkmExpressionValueHome
Inheritance
DkmPointerValueHome
Attributes

Properties

Address

A straight linear address in the debuggee process.

TagValue

DkmExpressionValueHome is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmExpressionValueHome)

Methods

Create(UInt64)

Create a new DkmPointerValueHome object instance.

Applies to