コード例 #1
0
 public void FreeSnapshot()
 {
     Snapshot = null;
 }
コード例 #2
0
 public void SetSnapshot(byte[] buffer, int offset, int count)
 {
     Snapshot = new MemorySnapshot(Memory, Address - offset, buffer, offset, count);
 }