Edit

Share via


IProcess.GetImage(TraceTimestamp, Address) Method

Definition

Gets an image loaded into the process.

public Microsoft.Windows.EventTracing.Processes.IImage GetImage (Microsoft.Windows.EventTracing.TraceTimestamp timestamp, Microsoft.Windows.EventTracing.Address address);
abstract member GetImage : Microsoft.Windows.EventTracing.TraceTimestamp * Microsoft.Windows.EventTracing.Address -> Microsoft.Windows.EventTracing.Processes.IImage

Parameters

timestamp
TraceTimestamp

The time at which to search for an image loaded into the process.

address
Address

The address at which to search for an image loaded into the process.

Returns

An IImage that represents the loaded image associated with the process that overlaps the specified address at the specified time.

Applies to