Exemplo n.º 1
0
 public void Update()
 {
     destination = new Address(callback.ReadInt64(source));
 }
Exemplo n.º 2
0
 public long GetAsInt64()
 {
     return(callback.ReadInt64(address));
 }
Exemplo n.º 3
0
 public Pointer(Address src, ProcessInterface callback)
 {
     this.callback = callback;
     source        = src;
     destination   = new Address(callback.ReadInt64(source));
 }