/// <summary> /// Constructs an instance of the memory mapper. /// </summary> public MemoryMapper() { MarshalInfo = new DefaultMarshalInfo(); LayoutAlgorithm = new DefaultMemoryLayoutAlgorithm(); DefaultRegion = new MemoryRegion(MarshalInfo); }