Esempio n. 1
0
 public static extern ushort Load16(Pointer address, uint offset);
Esempio n. 2
0
 public static extern double LoadR8(Pointer address);
Esempio n. 3
0
 public static extern void Store(Pointer address, short value);
Esempio n. 4
0
 public static extern Pointer LoadPointer(Pointer address);
Esempio n. 5
0
 public static extern float LoadR4(Pointer address);
Esempio n. 6
0
 public static extern ulong Load64(Pointer address);
Esempio n. 7
0
 public static extern byte Load8(Pointer address);
Esempio n. 8
0
 public static extern void Store64(Pointer address, uint offset, long value);
Esempio n. 9
0
 public static extern void Store8(Pointer address, uint offset, byte value);
Esempio n. 10
0
 public static extern void Store16(Pointer address, uint offset, ushort value);
Esempio n. 11
0
 public static extern void Store32(Pointer address, uint offset, int value);
Esempio n. 12
0
 public static extern void Store(Pointer address, int offset, Pointer value);
Esempio n. 13
0
 public extern static object CreateInstanceSimple(Pointer ctor, Pointer thisObject);
Esempio n. 14
0
 public static extern void Store(Pointer address, long value);
Esempio n. 15
0
 public static extern uint Load32(Pointer address);
Esempio n. 16
0
 public static extern void StorePointer(Pointer address, Pointer value);
Esempio n. 17
0
 public static extern uint Load32(Pointer address, uint offset);
Esempio n. 18
0
 public static extern void StorePointer(Pointer address, long offset, Pointer value);
Esempio n. 19
0
 public static extern ulong Load64(Pointer address, uint offset);
Esempio n. 20
0
 public static extern void StoreR4(Pointer address, uint offset, float value);
Esempio n. 21
0
 public static extern byte Load8(Pointer address, uint offset);
Esempio n. 22
0
 public static extern void StoreR8(Pointer address, uint offset, double value);
Esempio n. 23
0
 public static extern Pointer LoadPointer(Pointer address, uint offset);
Esempio n. 24
0
 public static extern object GetObjectFromAddress(Pointer address);
Esempio n. 25
0
 public static extern float LoadR4(Pointer address, uint offset);
Esempio n. 26
0
 public static extern ushort Load16(Pointer address);
Esempio n. 27
0
 public static extern double LoadR8(Pointer address, uint offset);
Esempio n. 28
0
 public static extern void Store(Pointer address, sbyte value);