編輯

共用方式為


ProcessesTraceSourceExtensions.UseImageSections(ITraceSource) Method

Definition

Provides data from a trace about the sections of an image.

public static Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Processes.IImageSectionDataSource> UseImageSections (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseImageSections : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Processes.IImageSectionDataSource>
<Extension()>
Public Function UseImageSections (trace As ITraceSource) As IPendingResult(Of IImageSectionDataSource)

Parameters

trace
ITraceSource

The trace from which to access the data.

Returns

A pending result that, after the trace is processed, provides data from the trace about the sections of an image.

Remarks

Windows Performance Analyzer provides this data in various places such as the Section Name column of the CPU Usage (Sampled) table.

Applies to