Edit

Share via


IImage.GetImageSections(IImageSectionDataSource) Method

Definition

Gets a list of the image sections for this image.

public System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Processes.IImageSection> GetImageSections (Microsoft.Windows.EventTracing.Processes.IImageSectionDataSource imageSectionDataSource);
abstract member GetImageSections : Microsoft.Windows.EventTracing.Processes.IImageSectionDataSource -> System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Processes.IImageSection>
Public Function GetImageSections (imageSectionDataSource As IImageSectionDataSource) As IReadOnlyList(Of IImageSection)

Parameters

imageSectionDataSource
IImageSectionDataSource

The image section data source for this trace.

Returns

A list of the IImageSections for this image.

Applies to