Method LookupModule
LookupModule(string)
Lookup the first module in the target with a matching.
public DumpModule LookupModule(string nameModule)
Parameters
nameModule
stringThe name can either be a matching full name, or just shortname
Returns
- DumpModule
The first DumpModule that has a matching name.