IXCLRDataValue::GetAssociatedValue Method

Gets the value implicitly associated with this value. For pointers or reference values, this is the value pointed or referred to. For boxed values, this is the contained value. For other values, there is no associated value.

Note

This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug and ICorProfiler APIs when possible.

Syntax

HRESULT GetAssociatedValue(
    [out] IXCLRDataValue **assocValue
);

Parameters

assocValue
[out] The value implicitly associated with this value.

Remarks

The provided method is part of the IXCLRDataValue interface and corresponds to the 21st slot of the virtual method table.

Requirements

Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7

See also