Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.1 KB

idebugobject2-geticordebugvalue.md

File metadata and controls

49 lines (42 loc) · 1.1 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
Gets a managed code object representing the value associated with this object.
IDebugObject2::GetICorDebugValue
11/04/2016
reference
IDebugObject2::GetICorDebugValue
IDebugObject2::GetICorDebugValue method
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugObject2::GetICorDebugValue

Gets a managed code object representing the value associated with this object.

Syntax

int GetICorDebugValue(
   out object ppUnk
);
HRESULT GetICorDebugValue(
   IUnknown** ppUnk
);

Parameters

ppUnk
[out] IUnknown interface that represents this alias. This interface can be queried for the ICorDebugValue interface.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

The ICorDebugValue object is a Common Language Runtime interface that represents a value.

See also