IImage.GetImageSections(IImageSectionDataSource) 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 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.