示例#1
0
 public void WriteInt64(long offsets, long value)
 {
     vam.WriteInt64((IntPtr)offsets, value);
 }