Edit

Share via


IImage.GetSymbol(Address) Method

Definition

Gets a symbol corresponding to an address for this image.

public Microsoft.Windows.EventTracing.Symbols.IStackSymbol GetSymbol (Microsoft.Windows.EventTracing.Address address);
abstract member GetSymbol : Microsoft.Windows.EventTracing.Address -> Microsoft.Windows.EventTracing.Symbols.IStackSymbol

Parameters

address
Address

The process virtual address (not relative to the image).

Returns

A symbol corresponding to an address for this image, if any is available; otherwise, null.

Applies to