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