DkmClrValue.HostObjectValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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