Exemplo n.º 1
0
 public void Set(int index, ruint.RefType refType, byte dataType, VoidPtr address)
 {
     *((ruint *)Address + index) = new ruint(refType, dataType, (int)address - Address);
 }