Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.3 KB

icordebugvalue2-interface.md

File metadata and controls

48 lines (35 loc) · 1.3 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugValue2 Interface
ICorDebugValue2 Interface
03/30/2017
ICorDebugValue2
mscordbi.dll
COM
ICorDebugValue2
ICorDebugValue2 interface [.NET Framework debugging]
3ff2ad2a-da5a-461b-8627-1a8eba49df9c
apiref

ICorDebugValue2 Interface

Extends the "ICorDebugValue" interface to provide support for "ICorDebugType" objects.

Methods

Method Description
GetExactType Method Gets an interface pointer to an ICorDebugType object that represents the xref:System.Type of this value.

Remarks

Note

This interface does not support being called remotely, either cross-machine or cross-process.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also