IXCLRDataValue::GetAddress Method

Gets the address of the value. This method will fail unless the value is contained in a single contiguous piece of data in memory.

NOTE: This method is obsolete.

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 GetAddress(
    [out] CLRDATA_ADDRESS *address
);

Parameters

address
[out] The address of the value.

Remarks

The provided method is part of the IXCLRDataValue interface and corresponds to the 5th slot of the virtual method table. Note that CLRDATA_ADDRESS is a 64-bit unsigned integer.

Requirements

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

See also