DkmRuntimeInstance.FindModulesByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method returns all modules that match the specified name.
public:
cli::array <Microsoft::VisualStudio::Debugger::DkmModuleInstance ^> ^ FindModulesByName(System::String ^ SearchKey);
public Microsoft.VisualStudio.Debugger.DkmModuleInstance[] FindModulesByName (string SearchKey);
member this.FindModulesByName : string -> Microsoft.VisualStudio.Debugger.DkmModuleInstance[]
Public Function FindModulesByName (SearchKey As String) As DkmModuleInstance()
Parameters
- SearchKey
- String
[In] Name of the module to search for. This string may or may not contain the file extension (ex: 'kernel32' or 'kernel32.dll').
Returns
[Out] Returns any modules that match the specified search key. Only currently loaded dlls will be returned. Modules are returned in load-order.