RTSharedMemory Address Property IntervalZero RTX Managed Code
Gets the base address of the shared memory region. If the shared memory region does not exist for any reason, this returns IntPtr.Zero.

Namespace:  RTX.IO
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public IntPtr Address { get; }

Property Value

Type: OnlineIntPtr
See Also