Table of Contents

Method LookupModule

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

LookupModule(string)

Lookup the first module in the target with a matching.

public DumpModule LookupModule(string nameModule)

Parameters

nameModule string

The name can either be a matching full name, or just shortname

Returns

DumpModule

The first DumpModule that has a matching name.