ImageExtensions.GetProcessAddress(IImage, 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 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.