DkmTransportConnection.GetLiveProcesses 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.
GetLiveProcesses enumerates the DkmProcess elements of this DkmTransportConnectionobject. All objects contain the 'Live' Part.
public:
cli::array <Microsoft::VisualStudio::Debugger::DkmProcess ^> ^ GetLiveProcesses();
public Microsoft.VisualStudio.Debugger.DkmProcess[] GetLiveProcesses ();
member this.GetLiveProcesses : unit -> Microsoft.VisualStudio.Debugger.DkmProcess[]
Public Function GetLiveProcesses () As DkmProcess()
Returns
[Out] Array containing the enumerated elements.