DkmRuntimeInstance.GetModuleInstances 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.
GetModuleInstances enumerates the DkmModuleInstance elements of this DkmRuntimeInstance object.
public:
cli::array <Microsoft::VisualStudio::Debugger::DkmModuleInstance ^> ^ GetModuleInstances();
public Microsoft.VisualStudio.Debugger.DkmModuleInstance[] GetModuleInstances ();
member this.GetModuleInstances : unit -> Microsoft.VisualStudio.Debugger.DkmModuleInstance[]
Public Function GetModuleInstances () As DkmModuleInstance()
Returns
[Out] Array containing the enumerated elements.