IProcess.GetImage(TraceTimestamp, Address) 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 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.