Edit

Share via


ImageExtensions.GetProcessAddress(IImage, Address) Method

Definition

Gets the process virtual address from a relative virtual address for the image.

public static Microsoft.Windows.EventTracing.Address GetProcessAddress (this Microsoft.Windows.EventTracing.Processes.IImage image, Microsoft.Windows.EventTracing.Address relativeVirtualAddress);
static member GetProcessAddress : Microsoft.Windows.EventTracing.Processes.IImage * Microsoft.Windows.EventTracing.Address -> Microsoft.Windows.EventTracing.Address
<Extension()>
Public Function GetProcessAddress (image As IImage, relativeVirtualAddress As Address) As Address

Parameters

image
IImage

The image in which the relative virtual address occurs.

relativeVirtualAddress
Address

The relative virtual address.

Returns

The process virtual address from a relative virtual address for the image.

Applies to