ElfMap ContainsExactAddress Method Fling OS
Determines whether the map contains exactly 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 bool ContainsExactAddress(
	ulong address
)

Return Value

Type: Boolean
Whether the map contains exactly the specified address or not.
See Also