Muokkaa

Jaa


ICorDebugAppDomain3::GetCachedWinRTTypes Method

Gets an enumerator for all cached Windows Runtime types.

Syntax

HRESULT GetCachedWinRTTypes (
    [out] ICorDebugGuidToTypeEnum **ppGuidToTypeEnum)  
;  

Parameters

ppGuidToTypeEnum
[out] A pointer to an ICorDebugGuidToTypeEnum interface object that can enumerate the managed representations of Windows Runtime types currently loaded in the application domain.

Requirements

Platforms: Windows Runtime

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also