ICorDebugModule4::IsMappedLayout Method

Determines whether a module is loaded into memory in mapped/hydrated format.

Syntax

HRESULT IsMappedLayout(
      [out] BOOL *pIsMapped
      );  

Parameters

pIsMapped
[out] Pointer to a BOOL to store mapping information. TRUE represents mapped format while FALSE represents flat format.

Return Value

S_OK
Successfully created the reader.

S_FALSE
The layout couldn't be determined.

Remarks

The pIsMapped value should only be interpreted as valid when this function returns S_OK. All other return values (including S_FALSE) indicate that the layout couldn't be determined and pIsMapped should be ignored.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4.5, 4, 3.5 SP1

See also