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