ProcessDataSourceExtensions.GetCrashedProcesses(IProcessDataSource) 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.
Gets the list of crashed processes in this trace.
public static System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Processes.IProcess> GetCrashedProcesses (this Microsoft.Windows.EventTracing.Processes.IProcessDataSource processDataSource);
static member GetCrashedProcesses : Microsoft.Windows.EventTracing.Processes.IProcessDataSource -> System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Processes.IProcess>
<Extension()>
Public Function GetCrashedProcesses (processDataSource As IProcessDataSource) As IReadOnlyList(Of IProcess)
Parameters
- processDataSource
- IProcessDataSource
Process data source for this trace.
Returns
List of crashed processes.