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