Share via


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. Note for usage in native code when the underlying value is a string: If you are consuming this field in native code, the VARIANT structure may be BSTR or an IUnknown that should be queried for IDkmManagedStringRef. If you are creating this field in native code, use a VARIANT of a BSTR.

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; }
public object? HostObjectValue { get; }
member this.HostObjectValue : obj
Public ReadOnly Property HostObjectValue As Object

Property Value

Applies to