Ejemplo n.º 1
0
 public void StorePointer(ulong offset, Pointer value)
 {
     Intrinsic.StorePointer(this, offset, value);
 }
Ejemplo n.º 2
0
 public void StorePointer(Pointer value)
 {
     Intrinsic.StorePointer(this, 0, value);
 }