DkmClrValue.HostObjectValue Property

Definition

[Optional] The value of this node if the DkmClrValue is a value that can be represented in the debugger process. If the DkmClrValue is of a complex type, this value will be null.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::Object ^ HostObjectValue { System::Object ^ get(); };
public:
 property Platform::Object ^ HostObjectValue { Platform::Object ^ get(); };
public object HostObjectValue { get; }
member this.HostObjectValue : obj
Public ReadOnly Property HostObjectValue As Object

Property Value

Object

Applies to