ElfMap GetNearestLabels Method Fling OS
Gets the labels that are at or the nearest before the specified address.

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public List<string> GetNearestLabels(
	ulong address
)

Parameters

address
Type: System UInt64
The address to get the nearest labels for.

Return Value

Type: List String 
The nearest labels.
Remarks

Multiple labels per a given address can mean more than 1 label returned.
See Also