IImage.GetSymbol(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 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
.