RtSharedMemory Constructor (Int32, String)
Initializes a SharedMemory object of a specified size with the specified name.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public RtSharedMemory(
int size,
string name
)
Parameters
size
Type: System.Int32
The size of the shared memory region.
name
Type: System.String
The name of the shared memory region.
See Also: