IDebugSymbols3::IsManagedModule method (dbgeng.h)

Checks whether the engine is using managed debugging support when it retrieves information for a module.

Syntax

HRESULT IsManagedModule(
  [in] ULONG   Index,
  [in] ULONG64 Base
);

Parameters

[in] Index

The index of a module.

[in] Base

The base of the module.

Return value

IDebugSymbols3::IsManagedModule returns a value of S_OK if the engine is using managed debugging support when it retrieves information for a module.

Remarks

It can be expensive to run this check.

Requirements

Requirement Value
Target Platform Windows
Header dbgeng.h (include Dbgeng.h)

See also

IDebugSymbols3