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.IOAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
public IntPtr Address { get; }
public IntPtr Address { get; }
Public ReadOnly Property Address As IntPtr
Get
Public ReadOnly Property Address As IntPtr
Get
public:
property IntPtr Address {
IntPtr get ();
}
public:
property IntPtr Address {
IntPtr get ();
}
Property Value
Type:
IntPtr