public MemorySegment(Process process, WinAPI.MEMORY_BASIC_INFORMATION region) { this.region = region; this.process = process; }