Exemplo n.º 1
0
 public ViewPointer(MemoryMappedViewAccessor view, long offset)
 {
     m_view = view;
     m_ptr = m_view.GetPointer (offset);
 }