示例#1
0
 public T Get <T>() where T : unmanaged
 {
     return(_process.ReadMemory <T>(_position.Get <ulong>()));
 }