示例#1
0
 public ulong ReadPointer(ulong address) => MemoryReader.ReadPointer(address);
示例#2
0
 public bool ReadPointer(ulong address, out ulong value) => MemoryReader.ReadPointer(address, out value);