コード例 #1
0
 public MemorySegment(Process process, WinAPI.MEMORY_BASIC_INFORMATION region)
 {
     this.region = region;
     this.process = process;
 }
コード例 #2
0
 public MemorySegment(Process process, WinAPI.MEMORY_BASIC_INFORMATION region)
 {
     this.region  = region;
     this.process = process;
 }