ElfMap GetAddress Method Fling OS
gets the address of the specified label or returns UInt.MaxValue if label not found.

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

public ulong GetAddress(
	string label
)

Return Value

Type: UInt64
The address of the label.
See Also